mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-08 16:28:07 -06:00
Change Default Command
This commit is contained in:
@@ -60,9 +60,9 @@ public class RobotContainer {
|
||||
|
||||
/* Default Commands */
|
||||
// drives the arcade drive with a two-axis input from the driver controller
|
||||
m_robotArcadeDrive.setDefaultCommand(
|
||||
/*m_robotArcadeDrive.setDefaultCommand(
|
||||
new RunCommand(() -> m_robotArcadeDrive.driveWithInput(getDriverController().getLeftYAxis(),
|
||||
getDriverController().getRightXAxis()), m_robotArcadeDrive));
|
||||
getDriverController().getRightXAxis()), m_robotArcadeDrive));*/
|
||||
|
||||
// drives the swerve drive with a two-axis input from the driver controller
|
||||
m_robotSwerveDrive.setDefaultCommand(
|
||||
|
||||
Reference in New Issue
Block a user