-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix open-loop odometry in case of ref timeout #1454
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1454 +/- ##
==========================================
+ Coverage 83.81% 83.84% +0.03%
==========================================
Files 122 122
Lines 11122 11119 -3
Branches 946 943 -3
==========================================
+ Hits 9322 9323 +1
Misses 1489 1489
+ Partials 311 307 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks.
steering_controllers_library/src/steering_controllers_library.cpp
Outdated
Show resolved
Hide resolved
a16b7a7
Co-authored-by: Dr. Denis <[email protected]> (cherry picked from commit 2375aca)
In case of ref timeout the open-loop odometry was wrong: It used the last valid command input instead.