mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 00:38:00 -06:00
Remove Parallel Command Group
Command Groups gay
This commit is contained in:
@@ -242,10 +242,8 @@ public class RobotContainer {
|
||||
else if (Constants.SELECTED_AUTO == 1) {
|
||||
return new SequentialCommandGroup( new Wait(5, m_robotDrive),
|
||||
new TurnDegrees(45, m_robotDrive),
|
||||
new ParallelCommandGroup(
|
||||
new InstantCommand(() -> m_robotDrive.setShiftState(false), m_robotDrive),
|
||||
new TurnDegrees(315, m_robotDrive)
|
||||
)
|
||||
new InstantCommand(() -> m_robotDrive.setShiftState(false), m_robotDrive),
|
||||
new TurnDegrees(315, m_robotDrive)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user