|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#3
|
||||
|
||||
|
Re: Loop in autonomous carries on into teleop and stops anything from working?
Funny, we fixed that, and still have the error with our very simple fix.
This does the same thing. Code:
timer.start();
do{
drivetrain.drive(0.5,0.0);
}while(timer.get()<4);
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|