148149150151152153154
lowerRoller = new JaguarSpeed(RobotMap.SHOOTER_LOWER_ROLLER, rpmTolerance, false); } public void initDefaultCommand() { // Set the default command for a subsystem here. setDefaultCommand(new FlywheelRun()); }