Merge pull request #28 from Team4388/2025-drive-calibration

2025 drive calibration
This commit is contained in:
C4llSqin
2025-02-15 13:22:35 -07:00
committed by GitHub
2 changed files with 14 additions and 13 deletions
@@ -169,6 +169,7 @@ public class RobotContainer {
// 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(new Translation2d(.4, 0),
getDeadbandedDriverController().getRight(),
true);
}, m_robotSwerveDrive)