View Single Post
  #2   Spotlight this post!  
Unread 17-01-2017, 21:48
BenBernard BenBernard is offline
Registered User
FRC #5687 (The Outliers)
Team Role: Mentor
 
Join Date: Jan 2016
Rookie Year: 2015
Location: Portland, ME
Posts: 46
BenBernard is on a distinguished road
Re: java.lang.NullPointerException

Looks like you are instantiating your CANTalons in RobotMap.init, but I don't see any calls to that method. You probably want to call that from your Robot class on startup.

I'm don't think RobotMap is really the right place for the CANTalons, but that's a whole different issue unrelated to the error.
Reply With Quote