diff --git a/src/main/java/frc4388/robot/subsystems/SwerveDrive.java b/src/main/java/frc4388/robot/subsystems/SwerveDrive.java index 7f065f3..cb4ea38 100644 --- a/src/main/java/frc4388/robot/subsystems/SwerveDrive.java +++ b/src/main/java/frc4388/robot/subsystems/SwerveDrive.java @@ -126,6 +126,7 @@ public class SwerveDrive extends SubsystemBase { /** * Resets the odometry of the SwerveDrive to 0. + * *NOTE: If you reset your gyroscope or wheel encoders, this method MUST be called with the new gyro angle and wheel encoder positions. */ public void resetOdometry() { odometry.resetPosition(