![]() |
No Robot Code on the RoboRIO
We are still using the 2015 Control System and all the code from last year. We haven't updated WPILib. When I load the code to the robot, this is the log:
Code:
Trying to override old definition of task classloader |
Re: No Robot Code on the RoboRIO
Looks like your code is erroring out. Can you post a riolog dump as well? and the driver station error log if there is any content there.
|
Re: No Robot Code on the RoboRIO
There is no driver station error log. How do I find the roborio log?
|
Re: No Robot Code on the RoboRIO
Instructions for opening Riolog are available on ScreenSteps here: http://wpilib.screenstepslive.com/s/...console-output. Instructions are about halfway down the page.
|
Re: No Robot Code on the RoboRIO
The only thing that the Riolog says is
Code:
➔ Launching «'/usr/local/frc/JRE/bin/java' '-jar' '/home/lvuser/FRCUserProgram.jar'» |
Re: No Robot Code on the RoboRIO
Okay, by commenting out code, I've narrowed it down to
Code:
for(; i*maxAcc < maxSpeed; i += 0.01) {}This happens because maxAcc = 0, since I hadn't found the value yet... Oops. Thanks for the help at narrowing it down to being a code issue. |
| All times are GMT -5. The time now is 02:55. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi