Skip to content

Commit

Permalink
Remove requirement for drivemode in controlled rotate
Browse files Browse the repository at this point in the history
  • Loading branch information
superpenguin612 committed Mar 9, 2024
1 parent 7e3c7a4 commit 1839cd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public enum DriveMode {
public Command teleopDriveCommand(DoubleSupplier xSpeedSupplier, DoubleSupplier ySpeedSupplier,
DoubleSupplier thetaSpeedSupplier);

public Command controlledRotateCommand(DoubleSupplier angle, DriveMode driveMode);
public Command controlledRotateCommand(DoubleSupplier angle);

public Command disableControlledRotateCommand();

Expand Down

0 comments on commit 1839cd7

Please sign in to comment.