-
Notifications
You must be signed in to change notification settings - Fork 704
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
chore(imu_corrector): relax gyro bias threshold parameter #6582
Conversation
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.
@shmpwk
The change itself seems fine, but your commit doesn't have your signature.
(DCO requirement failed)
@TaikiYamada4 Thank you, I've fixed it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6582 +/- ##
=======================================
Coverage 14.77% 14.77%
=======================================
Files 1917 1917
Lines 132319 132319
Branches 39298 39298
=======================================
Hits 19552 19552
Misses 90941 90941
Partials 21826 21826
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
…undation#6582) Signed-off-by: kaigohirao <kaigo.hirao@proxima-ai-tech.com>
Description
Because the current gyro bias threshold is too severe to most gyro sensors, this PR relaxes it.
TIER IV internal ticket
Tests performed
Tested this parameter on our product.
Effects on system behavior
Not applicable.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.