We got problems. When we attempt to deploy the robot code to the RoboRio we get this error:
ERROR 1 Unhandled exception: java.lang.IllegalArgumentException: Subsystem must not be null. frc.robot.commands.ChimneyGo.(ChimneyGo.java:20)
Warning at edu.wpi.first.wpilibj.RobotBase.startRobot(RobotBase.java:274): Robots should not quit, but yours did!
ERROR 1 The startCompetition() method (or methods called by it) should have handled the exception above. edu.wpi.first.wpilibj.RobotBase.startRobot(RobotBase.java:276)
ERROR 1 Unhandled exception: java.lang.IllegalArgumentException: Subsystem must not be null. frc.robot.commands.ChimneyGo.(ChimneyGo.java:20)
Warning at edu.wpi.first.wpilibj.RobotBase.startRobot(RobotBase.java:274): Robots should not quit, but yours did!
ERROR 1 The startCompetition() method (or methods called by it) should have handled the exception above. edu.wpi.first.wpilibj.RobotBase.startRobot(RobotBase.java:276)
ERROR 1 Unhandled exception: java.lang.IllegalArgumentException: Subsystem must not be null. frc.robot.commands.ChimneyGo.(ChimneyGo.java:20)
Warning at edu.wpi.first.wpilibj.RobotBase.startRobot(RobotBase.java:274): Robots should not quit, but yours did!
ERROR 1 The startCompetition() method (or methods called by it) should have handled the exception above. edu.wpi.first.wpilibj.RobotBase.startRobot(RobotBase.java:276)
ERROR 1 Unhandled exception: java.lang.IllegalArgumentException: Subsystem must not be null. frc.robot.commands.ChimneyGo.(ChimneyGo.java:20)
Warning at edu.wpi.first.wpilibj.RobotBase.startRobot(RobotBase.java:274): Robots should not quit, but yours did!
ERROR 1 The startCompetition() method (or methods called by it) should have handled the exception above. edu.wpi.first.wpilibj.RobotBase.startRobot(RobotBase.java:276)
Plz help