added the bouncy :D

This commit is contained in:
Aarav Shah
2021-04-29 17:54:52 -06:00
parent 8a3db9133f
commit a7e9d5bf66
@@ -462,6 +462,7 @@ public class RobotContainer {
//return m_barrel.andThen(()-> m_robotDrive.tankDriveVelocity(0, 0));
//return m_barrelStart.andThen(()-> m_robotDrive.tankDriveVelocity(0, 0));
//return m_sequentialTest.andThen(() -> m_robotDrive.tankDriveVelocity(0,0));
//return m_bounce.andThen(() -> m_robotDrive.tankDriveVelocity(0,0));
return m_galacticSearch.andThen(() -> m_robotDrive.tankDriveVelocity(0,0));