We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a8418 commit fcd6201Copy full SHA for fcd6201
src/main/java/frc/team2767/deepspace/command/teleop/StowElevatorConditionalCommand.java
@@ -15,7 +15,7 @@ public StowElevatorConditionalCommand() {
15
super(
16
new CommandGroup() {
17
{
18
- addSequential(new ElevatorSetPositionCommand(23.0));
+ addSequential(new ElevatorSetPositionCommand(25.0));
19
addSequential(new BiscuitSetPositionCommand(BiscuitSubsystem.kUpPositionDeg));
20
addSequential(new ElevatorSetPositionCommand(12.0));
21
}
0 commit comments