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 49a55b8 commit 5e1659b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/frc/robot/subsystems/Drive.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ public void enterXMode() {
drive.lockPose();
}

/**
* Set the heading correction capabilitys of YAGSL.
*
* @param state SwerveDrive.headingCorrection state
*/
public void setHeadingCorrection(boolean state) {
drive.setHeadingCorrection(state);
}
Expand Down

0 comments on commit 5e1659b

Please sign in to comment.