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() {
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() {