Quote:
Originally Posted by Wes P.
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.