|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
Re: Code changes not deploying to robot?
yea, i figured that out myself lol. However it still did not fix the problem, which is rather weird.
|
|
#17
|
|||||
|
|||||
|
Re: Code changes not deploying to robot?
Hmmmm, that should have reversed it. Can you make sure the code saved and try it again?
|
|
#18
|
|||
|
|||
|
Re: Code changes not deploying to robot?
I tested it with a System.out.println("Hello world"); and I can confirm that the code is being deployed.
|
|
#19
|
|||||
|
|||||
|
Re: Code changes not deploying to robot?
Try this:
Code:
myRobot.arcadeDrive(stick.getY(), stick.getX()); Code:
myRobot.arcadeDrive(stick.getY(), -stick.getX()); |
|
#20
|
|||
|
|||
|
Re: Code changes not deploying to robot?
Quote:
![]() IF you wouldn't mind me picker your brain a little longer however, I notice that when We Drive the robot forward, the right motor turns starts sooner and goes faster, and when we drive it backwards the left one starts sooner and goes faster. Could this be because we have all the motors motors hooked up with the same polarity, thus when one side of the motors are going forward, the other side's motors are technically going backwards causing a slight delay? |
|
#21
|
|||||
|
|||||
|
Re: Code changes not deploying to robot?
Quote:
|
|
#22
|
|||
|
|||
|
Re: Code changes not deploying to robot?
Alright. Did As I said I would and everything works great. I'd like to thank you a lot a lot as well as everyone else who gave us a hand with our issue.
![]() |
|
#23
|
|||||
|
|||||
|
Re: Code changes not deploying to robot?
Absolutely. If you need anything else create a thread and shoot me a PM to let me know its there.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|