Skip to content

Commit 54462d6

Browse files
committed
please please please
1 parent cf4cf5a commit 54462d6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/main/deploy/pathplanner/autos/Better 2 Stack Alt.auto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
}
5959
]
6060
}
61+
},
62+
{
63+
"type": "named",
64+
"data": {
65+
"name": "Stow"
66+
}
6167
}
6268
]
6369
}

src/main/java/frc/team5115/RobotContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ public static void registerCommands(
196196

197197
NamedCommands.registerCommand("Intake", DriveCommands.intakeUntilCanister(dispenser, arm));
198198
NamedCommands.registerCommand("IntakeSetpoint", DriveCommands.armIntake(arm));
199+
NamedCommands.registerCommand("Stow", DriveCommands.stow(dispenser, arm));
199200

200201
NamedCommands.registerCommand("Stack", DriveCommands.stackSequence(dispenser, arm));
201202
}

0 commit comments

Comments
 (0)