mode auto

This commit is contained in:
Antoine PerreaultE 2025-03-04 13:07:57 -05:00
parent 28d5118c1f
commit 0d63654df8

View File

@ -158,7 +158,7 @@ public class RobotContainer {
public Command getAutonomousCommand() {
return new SequentialCommandGroup(
drivetrain.applyRequest(()->
drive.withVelocityX(-0.5*MaxSpeed)
drive.withVelocityX(-0.1*MaxSpeed)
.withVelocityY(0)
.withRotationalRate(0)).unless(()->!Reculer.getBoolean(true)).withTimeout(2),
drivetrain.applyRequest(()->