2025 calibration

This commit is contained in:
C4llSiqn
2025-02-07 17:26:44 -07:00
parent 9314109289
commit c9ea96ca3a
2 changed files with 15 additions and 14 deletions
@@ -166,7 +166,8 @@ public class RobotContainer {
// ! Swerve Drive Default Command (Regular Rotation)
// drives the robot with a two-axis input from the driver controller
m_robotSwerveDrive.setDefaultCommand(new RunCommand(() -> {
m_robotSwerveDrive.driveWithInput(getDeadbandedDriverController().getLeft(),
// m_robotSwerveDrive.driveWithInput(getDeadbandedDriverController().getLeft(),
m_robotSwerveDrive.driveWithInput(new Translation2d(.4, 0),
getDeadbandedDriverController().getRight(),
true);
}, m_robotSwerveDrive)