altered barrel, fixed pathweaver

Co-Authored-By: Nirvan Bhalala <78400306+nbhalala27@users.noreply.github.com>
This commit is contained in:
Aarav Shah
2021-03-05 15:04:56 -07:00
parent 709630533a
commit 5ec2c7066c
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
@@ -383,7 +383,7 @@ public class RobotContainer {
//return m_slalom.andThen(()-> m_robotDrive.tankDriveVelocity(0, 0));
//return m_barrel.andThen(()-> m_robotDrive.tankDriveVelocity(0, 0));
//return m_barrelMany.andThen(()-> m_robotDrive.tankDriveVelocity(0, 0));
return m_bounce.andThen(()-> m_robotDrive.tankDriveVelocity(0,0));
return m_barrel.andThen(()-> m_robotDrive.tankDriveVelocity(0,0));
} catch (Exception e) {
System.err.println("ERROR");