Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Haefele committed Feb 2, 2024
1 parent 5e1659b commit 9845608
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/frc/robot/subsystems/Drive.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ public void enterXMode() {
}

/**
* Set the heading correction capabilitys of YAGSL.
* Set the heading correction capabilities of YAGSL. Should only be enabled when heading
* correction capabilities are in use
*
* @param state SwerveDrive.headingCorrection state
* @param state {@link swervelib.SwerveDrive.headingCorrection} state
*/
public void setHeadingCorrection(boolean state) {
drive.setHeadingCorrection(state);
Expand Down

0 comments on commit 9845608

Please sign in to comment.