Skip to content

Commit

Permalink
hopefully fixed twitching
Browse files Browse the repository at this point in the history
  • Loading branch information
r4stered committed Oct 24, 2024
1 parent 36b93f0 commit 957bde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/str/SwerveDrive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ void SwerveDrive::UpdateNTEntries() {
odomPosePub.Set(GetOdomPose());
//lookaheadPub.Set(GetPredictedPose(1_s, 1_s));
estimatorPub.Set(GetPose());
isSlippingPub.Set(IsSlipping());
//isSlippingPub.Set(IsSlipping());
odomUpdateRatePub.Set(odomUpdateRate.value());
}

Expand Down

0 comments on commit 957bde3

Please sign in to comment.