mode auto
This commit is contained in:
parent
8852d0a1b6
commit
b3c699ccf9
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user