]> git.taranathan.com Git - FRC2026.git/commit
Cleaned autos, made dynamic auto builder cleaner, implmeented command with stop
authorWesley28w <wesleycwong@gmail.com>
Tue, 21 Apr 2026 14:10:00 +0000 (07:10 -0700)
committerWesley28w <wesleycwong@gmail.com>
Tue, 21 Apr 2026 14:10:00 +0000 (07:10 -0700)
commit6009959db809c0303c8261b228447f8288fde79b
tree74896988e5043297e8e08169cf796aac24b5b8f7
parentaae00f42775ab556385aa2f44b2607727bf89e38
Cleaned autos, made dynamic auto builder cleaner, implmeented command with stop
src/main/deploy/pathplanner/autos/LeftSwipeConservative.auto [new file with mode: 0644]
src/main/deploy/pathplanner/autos/New Auto.auto [deleted file]
src/main/deploy/pathplanner/autos/New New Auto.auto [deleted file]
src/main/deploy/pathplanner/autos/New New New Auto.auto [deleted file]
src/main/deploy/pathplanner/autos/New New New New Auto.auto [deleted file]
src/main/deploy/pathplanner/autos/New New New New New Auto.auto [deleted file]
src/main/deploy/pathplanner/autos/RightSwipeConservative.auto [new file with mode: 0644]
src/main/java/frc/robot/RobotContainer.java
src/main/java/frc/robot/commands/auto_comm/DynamicAutoBuilder.java
src/main/java/frc/robot/commands/gpm/RunSpindexer.java
src/main/java/frc/robot/commands/gpm/RunSpindexerWithStop.java