Skip to content

Commit

Permalink
change autos
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyseybold committed Apr 21, 2024
1 parent b8d9a1c commit 90a6121
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/main/java/frc/robot/subsystems/auto/AutoSwitch.java
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,30 @@ private AutoCommandInterface getAutoCommand(int switchPos) {
deadeye,
ledSubsystem,
"AmpInitial3_MiddleNote1_Part1",
"AmpInitial3_MiddleNote2_Part2",
"AmpInitial3_MiddleNote1_Part2",
// "NonAmpShoot2_DroppedNote",
AutonConstants.kAmpPathMatrix,
List.of(1, 3, 2),
4.0,
AutonConstants.Setpoints.AS2);
case 0x05:
return new SmartAmpIgnoreWingAutoCommand(
driveSubsystem,
robotStateSubsystem,
superStructure,
magazineSubsystem,
intakeSubsystem,
elbowSubsystem,
pathHandler,
deadeye,
ledSubsystem,
"AmpInitial3_MiddleNote1_Part1",
"AmpInitial3_MiddleNote2_Part2",
// "NonAmpShoot2_DroppedNote",
AutonConstants.kAmpPathMatrix,
List.of(2, 3, 1),
4.0,
AutonConstants.Setpoints.AS2);
case 0x10:
return new AmpMid_5PieceCommand(
driveSubsystem,
Expand Down

0 comments on commit 90a6121

Please sign in to comment.