|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
No Robot Code
I was starting up a robot for the first time after the summer this past week, and when deploying the new code it showed there was no robot code. Everything is up to date as far as RoboRio image and firmware, DS, and eclipse plugins. When deployed it showed that the code deployed successfully and didn't show any errors.
If there is any suggestions please let me know. |
|
#2
|
|||||
|
|||||
|
Re: No Robot Code
Look for user code runtime errors.
It's probably crashing immediately on startup. Try starting the user code directly on the roboRIO from a command line and redirect the output to a file. You can also check in /user/lvuser/FRCUserProgram.log on the roboRIO for additional errors. Last edited by Mark McLeod : 11-10-2016 at 17:25. |
|
#3
|
||||
|
||||
|
Re: No Robot Code
Quote:
PS Here is the link to the current code Last edited by GoldenGollem : 11-10-2016 at 18:08. |
|
#4
|
|||||
|
|||||
|
Re: No Robot Code
Are you familiar with using SSH and Linux commands?
http://wpilib.screenstepslive.com/s/...counts-and-ssh |
|
#5
|
||||
|
||||
|
Re: No Robot Code
Unfortunately early crashes before WPILib is initialized result in the DS not getting the error message. I typically start an SSH session and use "tail -f /home/lvuser/FRCUserProgram.log" as a log, since that shows all the output
|
|
#6
|
||||
|
||||
|
Re: No Robot Code
What you may also want to do is see if there are any objects in the code that aren't existent on the robot. For example, have you created a Talon in the code where there is no Talon on the robot?
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|