-
Notifications
You must be signed in to change notification settings - Fork 683
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(pointcloud_preprocessor): change velocoty_report to twist_with_covariance #3877
fix(pointcloud_preprocessor): change velocoty_report to twist_with_covariance #3877
Conversation
Signed-off-by: Shunsuke Miura <shunsuke.miura@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. I will fix #3312 after this.
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.
Thank you for the PR 🙏
...d_preprocessor/include/pointcloud_preprocessor/concatenate_data/concatenate_data_nodelet.hpp
Show resolved
Hide resolved
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #3877 +/- ##
=======================================
Coverage 14.12% 14.12%
=======================================
Files 1444 1444
Lines 101944 101941 -3
Branches 27199 27199
=======================================
Hits 14395 14395
+ Misses 71776 71773 -3
Partials 15773 15773
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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
@yukkysaito Can I get your approve as a codeowner? |
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
Description
Even the ego vehicle twist topic is changed to
/sensing/vehicle_velocity_converter/twist_with_covariance
in #1120, concatenate data node still uses/vehicle/status/velocity_status
.Since the velocity in
vehicle_velocity_converter/twist_with_covariance
is different fromvelocity_status
after #2641, the velocity used in the sensing stack should be only twist_with_covarianceRelated links
autowarefoundation/sample_sensor_kit_launch#59
TIER IV INTERNAL LINK
Tests performed
Confirmed by logging simulator
Notes for reviewers
Interface changes
Sensing module internal topic change.
Change input topic of concatenate_data from velocoty_report to twist_with_covariance
Effects on system behavior
point clouds are concatenated with correct odometry compensation.
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.