Just have one more question... How would one go about modifying the speed that the robot moves when the joystick is fully pushed forward in Teleop mode, like in Autonomous, the speed is set
Code:
myRobot.Drive(-0.5, 0.0);
is there a teleop version of this (if that makes sense)