Finished all PIDs in high gear and added pneumatics subsystem literally everywhere

This commit is contained in:
Aarav Shah
2020-03-01 13:48:18 -07:00
parent 92df6a3d5f
commit 21a7c5517a
6 changed files with 33 additions and 21 deletions
@@ -191,8 +191,8 @@ public class RobotContainer {
RamseteCommand ramseteCommand = getRamseteCommand(trajectory);
// Run path following command, then stop at the end.
//return ramseteCommand.andThen(() -> m_robotDrive.tankDriveVelocity(0, 0));
return new AutoPath1FromCenter(m_robotDrive);
//return new AutoPath2FromRight(m_robotDrive);
return new AutoPath1FromCenter(m_robotDrive, m_robotPneumatics);
//return new AutoPath2FromRight(m_robotDrive, m_robotPneumatics);
}
TrajectoryConfig getTrajectoryConfig() {