mode auto
This commit is contained in:
		| @@ -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(()-> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user