View Single Post
  #5   Spotlight this post!  
Unread 09-04-2016, 16:08
codedr codedr is offline
Registered User
FRC #0537
Team Role: Mentor
 
Join Date: Mar 2010
Rookie Year: 2009
Location: Wisconsin
Posts: 66
codedr will become famous soon enoughcodedr will become famous soon enough
Re: RoboRIO code and GRIP crashing

Quote:
Originally Posted by Wes P. View Post
What is grip exactly because we are having some issues with our roborio crashing repeatedly and we think that it's because of bad code so when we open the driver station while it's connected it says there is no robot code even though we had just built the code in eclipse using java and it said build successful
GRIP is the Graphically Represented Image Processing Engine. It's a program new this year from WPI to interactively create a image processing pipeline for manipulating images.

Your issue sounds like a problem in your Robot initialization code. I would look at the code that was added since it worked last. If you are still having issues, you could open a new thread and post your code. Sometimes a useful message is posted to the roborio console during code startup.
Reply With Quote