-
Notifications
You must be signed in to change notification settings - Fork 696
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(component_state_monitor): change pose_estimator_pose rate #6563
fix(component_state_monitor): change pose_estimator_pose rate #6563
Conversation
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
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.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6563 +/- ##
=======================================
Coverage 14.80% 14.80%
=======================================
Files 1917 1917
Lines 132086 132042 -44
Branches 39262 39253 -9
=======================================
Hits 19553 19553
+ Misses 90715 90671 -44
Partials 21818 21818
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
…refoundation#6563) Signed-off-by: Yamato Ando <yamato.ando@tier4.jp> Signed-off-by: kaigohirao <kaigo.hirao@proxima-ai-tech.com>
…refoundation#6563) Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
Description
I lowered the threshold of pose_estimator_pose because it was triggering too frequently.
related PR autowarefoundation/autoware_launch#910
Tests performed
Not applicable.
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.