|
Compressor doesn't start
We were testing our pneumatics code for the first time today, and when we enabled the robot, the compressor didn't start. We have this code in robotInit:
Compressor compressor = new Compressor(0);
compressor.start();
compressor.setClosedLoopControl(true);
No one saw any issues with the wiring. Can anyone help us figure out what's going on?
__________________
|