Skip to content

Commit

Permalink
added herd button
Browse files Browse the repository at this point in the history
  • Loading branch information
cuttestkittensrule committed Apr 18, 2024
1 parent f4e076d commit c8db109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Robot2024/src/main/java/com/team2813/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ private void configureBindings(AutoCommands autoCommands) {

shootWooferFront.onTrue(autoCommands.shootFront());
shootWooferSide.onTrue(autoCommands.shootSide());
shootAmp.onTrue(new ShootFromPosCommand(mag, shooter, shooterPivot, Position.AMP, 50));
shootAmp.onTrue(new ShootFromPosCommand(mag, shooter, shooterPivot, Position.AMP, 75));
shootPodium.onTrue(autoCommands.shootPodium());
farSpeaker.onTrue(autoCommands.farSpeaker());
autoAimButton.onTrue(new AutoAimCommand(shooter, shooterPivot, mag, drive));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public static enum Position implements MotorSubsystem.Position {
TEST(0.067871),
FAR_SPEAKER(0.088135),
SOURCE_INTAKE(0.048096),
HERD(0.0494385),
BOTTOM_HARD_STOP(0.099854);

private final double pos;
Expand Down

0 comments on commit c8db109

Please sign in to comment.