|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#19
|
|||||
|
|||||
|
Re: Code changes not deploying to robot?
Try this:
Code:
myRobot.arcadeDrive(stick.getY(), stick.getX()); Code:
myRobot.arcadeDrive(stick.getY(), -stick.getX()); |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|