21222324252627
solenoidExtend = new Solenoid(2, RobotMap.STINGER_SOLENOID_EXTEND); solenoidRetract = new Solenoid(2, RobotMap.STINGER_SOLENOID_RETRACT); } public void initDefaultCommand() { setDefaultCommand(new StingerRetract()); }