Made Drive WIth Hoytstjcj sdefautl fcommd

This commit is contained in:
Aarav Shah
2020-03-02 17:34:10 -07:00
parent 85e0e798a2
commit 8c23043afb
4 changed files with 9 additions and 8 deletions
@@ -127,7 +127,7 @@ public class RobotContainer {
/* Default Commands */
// drives the robot with a two-axis input from the driver controller
m_robotDrive.setDefaultCommand(new DriveWithJoystickDriveStraight(m_robotDrive, getDriverController()));
m_robotDrive.setDefaultCommand(new DriveWithJoystick(m_robotDrive, m_robotPneumatics, getDriverController()));
//m_robotDrive.setDefaultCommand(new DriveWithJoystickUsingDeadAssistPID(m_robotDrive, m_robotPneumatics, getDriverController()));
// drives intake with input from triggers on the opperator controller