Skip to content
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

Merged

Conversation

miursh
Copy link
Contributor

@miursh miursh commented May 31, 2023

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 from velocity_status after #2641, the velocity used in the sensing stack should be only twist_with_covariance

Related 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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
@miursh miursh requested review from amc-nu, yukkysaito and a team as code owners May 31, 2023 17:21
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) labels May 31, 2023
@miursh miursh requested review from YoshiRi and kminoda May 31, 2023 17:21
Copy link
Contributor

@YoshiRi YoshiRi left a 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.

Copy link
Contributor

@kminoda kminoda left a 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 🙏

Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
@codecov
Copy link

codecov bot commented Jun 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (7b7ac9d) 14.12% compared to head (b92b1d1) 14.12%.

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           
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 14.12% <ø> (+<0.01%) ⬆️ Carriedforward from 7b7ac9d

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...ssor/concatenate_data/concatenate_data_nodelet.hpp 0.00% <ø> (ø)
.../src/concatenate_data/concatenate_data_nodelet.cpp 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@kminoda kminoda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@miursh
Copy link
Contributor Author

miursh commented Jun 1, 2023

@yukkysaito Can I get your approve as a codeowner?

Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@miursh miursh merged commit c5f8ad9 into autowarefoundation:main Jun 1, 2023
@miursh miursh deleted the fix/coanatenate_data_input_velocity branch June 1, 2023 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants