|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools |
Rating:
|
Display Modes |
|
|
|
#1
|
|||||
|
|||||
|
Re: Can't deploy code to robot
We had the same issue, removing any SmartDashboard references fixed it.
|
|
#2
|
||||
|
||||
|
Re: Can't deploy code to robot
The code is deploying just fine. This error simply means that it couldn't find an older running version of your code to kill before loading the new one.
This is very likely because your code is crashing when it starts. Use the riolog to find out what exception is being thrown where so you can fix it. |
|
#3
|
|||
|
|||
|
Re: Can't deploy code to robot
Quote:
Because this code would cause our robot to crash in autonomous: Code:
SmartDashboard::PutData("AutoCommand1Can", autoCommandMoveToZone);
SmartDashboard::PutData("AutoCommand1Can", autoCommand1Can);
SmartDashboard::PutData("AutoCommand1Can", autoCommand1Can1Tote);
I've been meaning to report it to the WPILib people, but I've been kind of busy.. |
|
#4
|
|||||
|
|||||
|
Re: Can't deploy code to robot
Quote:
|
|
#5
|
|||
|
|||
|
Re: Can't deploy code to robot
|
|
#6
|
|||
|
|||
|
Re: Can't deploy code to robot
Quote:
I actually had this narrowed to the exact place in Network Tables that this happens, but as this was in the middle of the competition, at the time I was satisfied without simply fixing our own code to make it not happen. After St Louis, I might give actually go back and and suggest a precise fix. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|