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