Skip to content

Commit

Permalink
Fixed odom logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
thenetworkgrinch committed Dec 12, 2024
1 parent 853054b commit 381a00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/swervelib/SwerveDrive.java
Original file line number Diff line number Diff line change
Expand Up @@ -1110,8 +1110,8 @@ public void replaceSwerveModuleFeedforward(SimpleMotorFeedforward driveFeedforwa
*/
public void updateOdometry()
{
odometryLock.lock();
SwerveDriveTelemetry.feedOdomCycle();
odometryLock.lock();
invalidateCache();
try
{
Expand Down

0 comments on commit 381a00c

Please sign in to comment.