Robot.getHeading() <- Radians
Robot.getHeadingDegrees() <- Degrees
Returns the sensor input of the gyro on the robot. Requires no parameters.
Robot.getLeftOdo
Robot.getRightOdo
Robot.getStrafeOdo
Returns the sensor input of the left, right and strafe dead wheels odometer wheel. Requires no parameters.
Robot.getPose()
Returns the actual robot coordinates.
Last updated 5 years ago