mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 00:38:00 -06:00
Tried fixing Path sequencing Issue
Never got to test, problem with robot not enabling.
This commit is contained in:
@@ -360,8 +360,7 @@ public class RobotContainer {
|
||||
// return m_tenBallAutoMiddle.andThen(()-> m_robotDrive.tankDriveVelocity(0, 0));
|
||||
return new SequentialCommandGroup(
|
||||
m_sixBallAuto0,
|
||||
new InstantCommand(() -> resetOdometry(new Pose2d())),
|
||||
//new Wait(m_robotDrive, 0.5, 0),
|
||||
new InstantCommand(() -> resetOdometry(new Pose2d(0, 0, new Rotation2d()))),
|
||||
m_sixBallAuto1
|
||||
// /**new ParallelRaceGroup(
|
||||
// m_sixBallAuto0,
|
||||
|
||||
Reference in New Issue
Block a user