View Single Post
  #3   Spotlight this post!  
Unread 14-02-2014, 07:48
kylelanman's Avatar
kylelanman kylelanman is offline
Programming Mentor
AKA: Kyle
FRC #2481 (Roboteers)
Team Role: Mentor
 
Join Date: Feb 2008
Rookie Year: 2007
Location: Tremont Il
Posts: 186
kylelanman is a name known to allkylelanman is a name known to allkylelanman is a name known to allkylelanman is a name known to allkylelanman is a name known to allkylelanman is a name known to all
Re: C++ Code is not detected by the robot

Just wanted to share the most common things our team struggles with resulting in no code.
  • Not allocating an object instance before calling methods on it.
  • Using the same DIO, PWM, Analog In, etc more than once.
  • Not implementing a pure virtual method in a command/subsystem.

As Joe indicated you will need to watch NetConsole on boot up of the robot to determine the particular cause of your crash.
__________________
"May the coms be with you"

Is this a "programming error" or a "programmer error"?

Reply With Quote