mirror of
https://github.com/Team4388/Swerve-Drive.git
synced 2026-06-09 00:38:04 -06:00
fixed minor spelling mistake
This commit is contained in:
@@ -64,7 +64,7 @@ public class RobotContainer {
|
|||||||
new RunCommand(() -> m_robotArcadeDrive.driveWithInput(getDriverController().getLeftYAxis(),
|
new RunCommand(() -> m_robotArcadeDrive.driveWithInput(getDriverController().getLeftYAxis(),
|
||||||
getDriverController().getRightXAxis()), m_robotArcadeDrive));
|
getDriverController().getRightXAxis()), m_robotArcadeDrive));
|
||||||
|
|
||||||
// drives the arcade drive with a two-axis input from the driver controller
|
// drives the swerve drive with a two-axis input from the driver controller
|
||||||
m_robotSwerveDrive.setDefaultCommand(
|
m_robotSwerveDrive.setDefaultCommand(
|
||||||
new RunCommand(() -> m_robotSwerveDrive.driveWithInput(getDriverController().getRightXAxis(),
|
new RunCommand(() -> m_robotSwerveDrive.driveWithInput(getDriverController().getRightXAxis(),
|
||||||
getDriverController().getRightYAxis(), getDriverController().getLeftXAxis()), m_robotSwerveDrive));
|
getDriverController().getRightYAxis(), getDriverController().getLeftXAxis()), m_robotSwerveDrive));
|
||||||
|
|||||||
Reference in New Issue
Block a user