Log in

View Full Version : RobotC Servo Autonomous


loganzip
22-01-2015, 19:22
I am part of FTC Team 7828 the Robo Ducks. I have been not able to figure out how to program servos during autonomous. Anyone know how to do that? If, so how would you program that for RobotC?

Jalerre
24-01-2015, 20:57
motor[servoName] = servo position;

Put the name of your servo motor in the brackets and set it equal to the position.