]> git.taranathan.com Git - FRC2026.git/commit
added do nothing paths, corrected default to be just shoot...
authorWesley28w <wesleycwong@gmail.com>
Fri, 10 Apr 2026 15:30:06 +0000 (08:30 -0700)
committerWesley28w <wesleycwong@gmail.com>
Fri, 10 Apr 2026 15:30:06 +0000 (08:30 -0700)
commit2b9a63f8c687224c5a97cc3a1354868ddfec3c19
tree668e70b9f818c8d258e3eaebd66308fe6a1b115d
parent6b8324c2d59ab34a141e8ac2b83af5e567d718d7
added do nothing paths, corrected default to be just shoot...
14 files changed:
src/main/deploy/pathplanner/autos/Center Do Nothing.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/Left Do Nothing.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/LeftSwipeOne.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/LeftSwipeTwo.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/New Auto.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/Right Do Nothing.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/RightSwipeOne.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/RightSwipeTwo.auto [new file with mode: 0644]
src/main/deploy/pathplanner/paths/Center Drop Back Path.path [new file with mode: 0644]
src/main/deploy/pathplanner/paths/ConservativeSwipe1.path
src/main/deploy/pathplanner/paths/Left Drop Back Path.path [new file with mode: 0644]
src/main/deploy/pathplanner/paths/Right Drop Back Path.path [new file with mode: 0644]
src/main/deploy/pathplanner/paths/Right Swipe1.path
src/main/java/frc/robot/RobotContainer.java