|
Re: roboRIO Command Based Problems
What do you mean by deleting it?
If the robot code light is turning off then most likely you are not initializing something properly and are getting null pointer exception and crashing your program on the RoboRio.
You can check the driver station log area for errors or you can do "Debug As" instead of "Run As" in eclipse. When your code crashes while debugging it will drop you in to the debugger with a stack trace showing you where the problem is.
If you are still having problems after that then post your code and we can take a look at it.
__________________
"May the coms be with you"
Is this a "programming error" or a "programmer error"?
|