Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSalvageO committed Sep 25, 2024
1 parent 006a929 commit de01df1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
}
},
],
"java.test.defaultConfig": "WPIlibUnitTests"
"java.test.defaultConfig": "WPIlibUnitTests",
"java.debug.settings.onBuildFailureProceed": true
}
1 change: 1 addition & 0 deletions networktables.json.bck
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
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, 2.0, 2 * Math.PI, 3 * Math.PI))),
new PathConstraints(3.0, 0.5, 2 * Math.PI, 3 * Math.PI))),
Map.entry(
false,
new DriveToYaw(
Expand Down

0 comments on commit de01df1

Please sign in to comment.