Skip to content

Commit

Permalink
Ideal speed?
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSalvageO committed Sep 25, 2024
1 parent de01df1 commit 95a96a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/controls/DriverControls.java
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public static void setupMainControls(CommandXboxController mainController) {
true,
AutoBuilder.pathfindToPoseFlipped(
new Pose2d(1.89, 7.75, Rotation2d.fromDegrees(-90)),
new PathConstraints(3.0, 0.5, 2 * Math.PI, 3 * Math.PI))),
new PathConstraints(3.0, 1.0, 2 * Math.PI, 3 * Math.PI))),
Map.entry(
false,
new DriveToYaw(
Expand Down

0 comments on commit 95a96a8

Please sign in to comment.