So I had this robot working for weeks now but after we added pneumatics code and robot shutting down due to pneumatics, the robot doesn’t turn anymore. The Teleop is enabled with joysticks, code, and communication green on driver station but the robot doesn’t move an inch. I commented everything that are not related to the drive code and it still does not work. Here are my code for the drive system.
Robot.java
OI.java
RobotMap.java
DriveSubsystem.java
TeleopDrive_Command.java