Robot C not working without USB

It sounds like you want to run the robots without the controller on. You need to set

bIfiAutonomousMode = true;   // autonomous mode No controller needed.  

Put it just after the

 task main() {
2 Likes