|
Re: Robots not under driver control- does it happen- do you determine why?
I did find in testing that once you enter in autonomous mode you need to keep track of the time spent and return from the method after 15 seconds. I have a keepGoing() method that I put in all the loops and before the next step that forces a return if 15 seconds has expired.
If not, the joysticks are not sampled and the appropriate drive method called. We are doing Java but assume the program constructs are the same in labview or C++.
Just because the field switches from autonomous mode to telop mode does not impact the code you have running on your robot.
|