File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,6 +84,6 @@ public static class IndexerConstants {
8484 public static final int SINGLE_MOTOR_ID = 25 ;
8585 public static final double SINGLE_MOTOR_VOLTAGE_COMP = 10.0 ;
8686 public static final int SINGLE_MOTOR_CURRENT_LIMIT = 60 ;
87- public static final double SINGLE_MOTOR_SPEED = 0.3 ;
87+ public static final double SINGLE_MOTOR_SPEED = 0.5 ;
8888 }
8989}
Original file line number Diff line number Diff line change @@ -271,10 +271,10 @@ private void configureBindings()
271271 redbuttonbox .button (8 ).whileTrue (intakeSubsystem .RunIntake ());
272272 // Why is this subsystem function not returning a runable? check the subsystem again.
273273 redbuttonbox .button (9 ).whileTrue (raiseIntakeCommand );
274- redbuttonbox .button (10 ).whileTrue (shooterMotorSubsystem .ForwordSlowSpin (0.5 ));
274+ redbuttonbox .button (10 ).whileTrue (shooterMotorSubsystem .ForwordSlowSpin (0.75 ));
275275 otherbuttonbox .button (1 ).whileTrue (shooterMotorSubsystem .ForwordSlowSpin (-0.5 ));
276276 otherbuttonbox .button (2 ).whileTrue (shooterMotorSubsystem .SpinStop ());
277- otherbuttonbox .button (3 ).whileTrue (shooterMotorSubsystem .ForwordSlowSpin (.75 ));
277+ otherbuttonbox .button (3 ).whileTrue (shooterMotorSubsystem .ForwordSlowSpin (.9 ));
278278 otherbuttonbox .button (4 ).whileTrue (indexer .StopSpin ());
279279
280280 driverXbox .b ().whileTrue (indexer .StopSpin ());
You can’t perform that action at this time.
0 commit comments