View Single Post
  #3   Spotlight this post!  
Unread 27-01-2012, 09:53
derekwhite's Avatar
derekwhite derekwhite is offline
Java Virtual Machine Hacker
no team (FIRST@Oracle)
Team Role: Programmer
 
Join Date: May 2009
Rookie Year: 2009
Location: Burlington, MA
Posts: 127
derekwhite is on a distinguished road
Re: "Robots don't quit" error

You shouldn't see that message unless:
A) You overrode either the robotMain() or startCompetition() method, and your method actually exits instead of looping forever. See SimpleRobot.startCompetition() for typical control flow.

B) An exception occurred which was not caught by your robot's code. In this case, the exception stack trace should have been printed.
Reply With Quote