mirror of
https://github.com/Team4388/2025RidgeScape.git
synced 2026-06-08 16:28:04 -06:00
make it not auto drive
This commit is contained in:
@@ -166,8 +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(new Translation2d(.4, 0),
|
||||
m_robotSwerveDrive.driveWithInput(getDeadbandedDriverController().getLeft(),
|
||||
// m_robotSwerveDrive.driveWithInput(new Translation2d(.4, 0),
|
||||
getDeadbandedDriverController().getRight(),
|
||||
true);
|
||||
}, m_robotSwerveDrive)
|
||||
|
||||
Reference in New Issue
Block a user