|
Re: EasyC autonomous modes
I've been thinking about it.....
Could we put a while loop in Initialize() like this:
while (!IsEnabled())
{
// capture OI input for auto program
}
So when the robot is turned on and disabled, it will stay in the loop, listening to the OI. When enabled, the Autonomous will be called with the correct program hopefully.
|