mode auto
This commit is contained in:
		| @@ -181,7 +181,7 @@ public class RobotContainer { | ||||
|     public Command getAutonomousCommand() { | ||||
|       return new SequentialCommandGroup( | ||||
|         drivetrain.applyRequest(()-> | ||||
|         drive.withVelocityX(0.5*MaxSpeed) | ||||
|         drive.withVelocityX(-0.5*MaxSpeed) | ||||
|        .withVelocityY(0) | ||||
|        .withRotationalRate(0)).withTimeout(2), | ||||
|         new L1Requin(requin, bougie).withTimeout(2), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user