DevilBotz2876 / ChargedUp2023

Code for the FRC 2023 Robotics Competition
Other
3 stars 0 forks source link

Fix robot program crashing #102

Closed loafdog closed 1 year ago

loafdog commented 1 year ago

Arm was being required in ArmDown command before the arm subsystem was initialized. It was null which caused addRequirements to throw exception. Move shuffleboard config into RobotContainer and stop making subsystems static class vars.