View Single Post
  #7   Spotlight this post!  
Unread 16-02-2015, 14:46
danruff5 danruff5 is offline
Hobbiest Programmer
FRC #4525 (Rambot)
Team Role: Programmer
 
Join Date: Apr 2013
Rookie Year: 2013
Location: Springfield
Posts: 13
danruff5 is an unknown quantity at this point
Re: robotInit() not being called.

Quote:
Originally Posted by Patrick Chiang View Post
I'll look into the source of SampleRobot later, but my guess is that robotInit() is called in the constructor in SampleRobot(). So when you override Robot() in your file, robotInit() doesn't get called any more. To fix that problem (if that were the problem), do super(); at the end of Robot().
Thanks, I think something like this will help!
__________________
100101010101
Reply With Quote