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