Skip to content

Commit fcd6201

Browse files
committed
Fix Stow Command
1 parent a4a8418 commit fcd6201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/team2767/deepspace/command/teleop/StowElevatorConditionalCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public StowElevatorConditionalCommand() {
1515
super(
1616
new CommandGroup() {
1717
{
18-
addSequential(new ElevatorSetPositionCommand(23.0));
18+
addSequential(new ElevatorSetPositionCommand(25.0));
1919
addSequential(new BiscuitSetPositionCommand(BiscuitSubsystem.kUpPositionDeg));
2020
addSequential(new ElevatorSetPositionCommand(12.0));
2121
}

0 commit comments

Comments
 (0)