Thread: Repeated Error
View Single Post
  #1   Spotlight this post!  
Unread 06-12-2016, 17:31
GoldenGollem's Avatar
GoldenGollem GoldenGollem is offline
Java Programmer
FRC #2509 (Hutchinson Tigerbots)
Team Role: Programmer
 
Join Date: Dec 2015
Rookie Year: 2015
Location: Minnesota
Posts: 24
GoldenGollem is an unknown quantity at this point
Repeated Error

Everytime I attempt to run a command based robot code I get this error. It only happens as soon as I add subsystems and is a command based.
Code:
ERROR
Unhandled exception instantiating robot
org.usfirst.frc2509.Robot2015d.v3.Robot java.lang.NullPointerException
at [org.usfirst.frc2509.Robot2015d.v3.Robot.<init>(Robot.java:46),
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method),
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62),
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45),
java.lang.reflect.Constructor.newInstance(Constructor.java:408),
java.lang.Class.newInstance(Class.java:433),
edu.wpi.first.wpilibj.RobotBase.main(RobotBase.java:204)
If anyone can help me go in the right direction to fix this error that would be great. Here is the link to the code.
__________________
GoldenGollem -Hutchinson Tigerbots 2509
2015 - Mini-MN Regional 2nd Place Finalist
2016 - Mini-MN Regional 1st Place Finalist
Reply With Quote