mode auto

This commit is contained in:
Antoine PerreaultE 2025-03-04 11:44:01 -05:00
parent 8852d0a1b6
commit b3c699ccf9

View File

@ -181,7 +181,7 @@ public class RobotContainer {
public Command getAutonomousCommand() { public Command getAutonomousCommand() {
return new SequentialCommandGroup( return new SequentialCommandGroup(
drivetrain.applyRequest(()-> drivetrain.applyRequest(()->
drive.withVelocityX(0.5*MaxSpeed) drive.withVelocityX(-0.5*MaxSpeed)
.withVelocityY(0) .withVelocityY(0)
.withRotationalRate(0)).withTimeout(2), .withRotationalRate(0)).withTimeout(2),
new L1Requin(requin, bougie).withTimeout(2), new L1Requin(requin, bougie).withTimeout(2),