![]() |
Code not deploying properly?
So using Ecplipse when I deploy the code it tells me it's all going well in the console. But the driver station stills shows no robot code. Do we have to reimage the rio? It worked before a couple days ago.
EDIT: Console output: http://pastebin.com/UqkW3PM1 Error Message in Driver Station: http://pastebin.com/f1rTXy8L |
Re: Code not deploying properly?
Did you make any code changes? If your code is crashing on startup, it may show that no robot code exists on the Rio.
|
Re: Code not deploying properly?
You're trying to allocate two or more devices to one PWM port. Fix that and it should work.
|
Re: Code not deploying properly?
Quote:
|
Re: Code not deploying properly?
Quote:
|
Re: Code not deploying properly?
We had this same problem. We found the problem was assigning the PWM ports more than once (as Dan said). The RobotDrive can take motor controllers as parameters, so you would do something like this:
Code:
jagFrontLeft = new Jaguar(9); |
| All times are GMT -5. The time now is 07:42. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi