|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#2
|
|||
|
|||
|
Re: Motor Sequence?
Well if you are coding in Java I can help you
so in the teleop continuous phase use these lines of code: if(joystick.getRawButton(BUTTON_NUMBER)) { jaguarName.set(MOTOR SPEED) } if(joystick.getRawButton(NEW BUTTON_NUMBER)) { jaguarName.set(0) } |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|