Skip to content

Commit

Permalink
switch back to absolute drive
Browse files Browse the repository at this point in the history
  • Loading branch information
robo7660 committed Mar 7, 2024
1 parent 5addbc9 commit 12f662f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public RobotContainer() {
() -> driverLeft.getAsBoolean(),
() -> driverRight.getAsBoolean());

m_swerve.setDefaultCommand(!RobotBase.isSimulation() ? advancedDrive : advancedDrive);
m_swerve.setDefaultCommand(!RobotBase.isSimulation() ? closedAbsoluteDrive : advancedDrive);

// -m_index.setDefaultCommand(m_index.manualIntake(coDriver::getRightY));

Expand Down

0 comments on commit 12f662f

Please sign in to comment.