mirror of
https://github.com/Team4388/2025RidgeScape.git
synced 2026-06-09 00:38:02 -06:00
Merge pull request #28 from Team4388/2025-drive-calibration
2025 drive calibration
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user