|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools |
Rating:
|
Display Modes |
|
#13
|
||||
|
||||
|
Re: PID & One Second Delay Between Auto and TeleOp
Or I could add
Code:
disabledInit(){
Timer.start();
}
teleopInit(){
if(Timer.getFPGATimestamp > 1.000){
Timer.stop();
Timer.reset();
}else{
shoulder.set(shoulderDocked);
elbow.set(elbowDocked);
Timer.stop();
Timer.reset();
}
}
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|