![]() |
Robot Code disappearing in Driver Station
Hey, I'm from team 4780 and I've been having an issue making our robot drive. This is the first time my team has tried to run code from eclipse and I followed the steps on screenstepslive. The code builds successfully and when I go into the driver station the communications, joysticks, and robot code is green. When I hit enable, the robot code turns red and it gets disabled. I'm not getting any errors from anything. Can anyone tell me how i can fix this? Thanks in advance.
|
Re: Robot Code disappearing in Driver Station
Are you sure you're not erroring out in the Riolog? Make sure the Riolog displays "Launching (bunch of wierd symbols)" to ensure you have communication. Other than that, the most likely offender would be a null pointer exception which should display on the driver station. If you're about tog get System.out.println messages, trace through your code and identify which section errors out and you might see that you forgot to initialize a motor or the like.
|
Re: Robot Code disappearing in Driver Station
1 Attachment(s)
Okay so I reconfigured the bridge and ran the program again. This time I did get errors in the riolog. Attachment 18385 can anyone help me with this?
|
Re: Robot Code disappearing in Driver Station
This error is usually caused by changing the package or name of the robot class after the project was created.
Make sure you build.properties file in the project folder has the correct package and Robot class name. |
Re: Robot Code disappearing in Driver Station
Quote:
|
Re: Robot Code disappearing in Driver Station
Quote:
For example, my robot class is called "Robot" and its first line is: Code:
package org.usfirst.frc.team2084.CMonster2015;Code:
package=org.usfirst.frc.team2084.CMonster2015 |
| All times are GMT -5. The time now is 01:45. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi