View Single Post
  #4   Spotlight this post!  
Unread 28-03-2016, 09:40
YoshiCity YoshiCity is offline
Registered User
FRC #0133
 
Join Date: Jul 2015
Location: United States
Posts: 17
YoshiCity is an unknown quantity at this point
Re: "Robot Code" won't turn green, but no errors are displayed

The "Robot Code" light turns red if the code stops running, for example if there is an error that causes the code to restart in tele-op, the robot will disable and the light will turn red until the code has done its thing. The only times the "Robot Code" light has never turned green for me has been when there is such an error in a section of the code that runs immediately (Robot Init). Check out that bit of code and make sure that everything that you're initializing actually exists and is in the right port.
Good luck
Reply With Quote