Our team is getting an issue deploying from VS to our RIO. It builds in VS fine and deploys fine, but, driver station is throwing this issue,
“Warning at edu.wpi.first.wpilibj.RobotBase.runRobot(RobotBase.java:379): The robot program quit unexpectedly. This is usually due to a code error.
The above stacktrace can help determine where the error occurred.
See Reading Stacktraces — FIRST Robotics Competition documentation for more information.
Error at edu.wpi.first.wpilibj.RobotBase.runRobot(RobotBase.java:386): The startCompetition() method (or methods called by it) should have handled the exception above. ”
I haved linked our GitHub below if you want to take a look and see if you can help. Thanks!