mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 00:38:02 -06:00
Kracken stuff
This commit is contained in:
@@ -152,10 +152,10 @@ public class RobotContainer {
|
||||
// }, m_robotSwerveDrive));
|
||||
|
||||
m_robotSwerveDrive.setDefaultCommand(new RunCommand(() -> {
|
||||
m_robotSwerveDrive.oneModuleTest(
|
||||
m_robotMap.rightFront,
|
||||
m_robotSwerveDrive.driveWithInput(
|
||||
getDeadbandedDriverController().getLeft(),
|
||||
getDeadbandedDriverController().getRight());
|
||||
getDeadbandedDriverController().getRight(),
|
||||
true);
|
||||
}, m_robotSwerveDrive));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user