mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 00:38:00 -06:00
finished 5 ball
This commit is contained in:
@@ -22,7 +22,7 @@ public class FiveBallAutoMiddle extends SequentialCommandGroup {
|
||||
// Use addRequirements() here to declare subsystem dependencies.
|
||||
addCommands(
|
||||
paths[0],
|
||||
new TankDriveVelocity(drive, -3.1, -0.3, 0.97)
|
||||
new TankDriveVelocity(drive, -3.2, -0.2, 0.8)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user