Log in

View Full Version : FTC Programming Question--RobotC


Greg Shaw
24-02-2012, 10:26
I am a mentor for a rookie FTC team. We have created autonomous code using RobotC--How do we get the NXT to recognize the code as autonomous and run it during the autonomous period?

bdbayes
24-02-2012, 11:52
I am a mentor for a rookie FTC team. We have created autonomous code using RobotC--How do we get the NXT to recognize the code as autonomous and run it during the autonomous period?

All you need to do is add waitForStart() at the beginning of the program, and then start the program manually on the nxt. This will cause the robot to wait for the Field Management system to continue the program.