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(motion_utils): change lane_id resampling method #3195

Merged
merged 2 commits into from
Mar 30, 2023

Conversation

takayuki5168
Copy link
Contributor

@takayuki5168 takayuki5168 commented Mar 28, 2023

Description

Fixed lane_ids resampling method so that the joint of different lane_ids (= the point which has multiple lane_ids) does not change.

image

Test performed

Planning simulator works well with this PR.
I confirmed that lane_ids in the path is correct with rviz visualization.

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.

  • There are no open discussions or they are tracked via tickets.

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

@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Mar 28, 2023
@takayuki5168 takayuki5168 marked this pull request as ready for review March 29, 2023 00:32
Signed-off-by: Takayuki Murooka <[email protected]>
@codecov
Copy link

codecov bot commented Mar 29, 2023

Codecov Report

Patch coverage: 17.14% and project coverage change: +0.01 🎉

Comparison is base (07fa672) 12.25% compared to head (bbc5288) 12.27%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3195      +/-   ##
==========================================
+ Coverage   12.25%   12.27%   +0.01%     
==========================================
  Files        1358     1358              
  Lines       94724    94777      +53     
  Branches    26887    26933      +46     
==========================================
+ Hits        11613    11637      +24     
- Misses      70853    70871      +18     
- Partials    12258    12269      +11     
Flag Coverage Δ *Carryforward flag
differential 14.55% <17.14%> (?)
total 12.25% <ø> (-0.01%) ⬇️ Carriedforward from 07fa672

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

Impacted Files Coverage Δ
common/motion_utils/src/resample/resample.cpp 31.01% <17.14%> (-1.40%) ⬇️

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

Copy link
Contributor

@rej55 rej55 left a comment

Choose a reason for hiding this comment

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

LGTM

@takayuki5168 takayuki5168 merged commit ce94303 into autowarefoundation:main Mar 30, 2023
@takayuki5168 takayuki5168 deleted the fix/lane-id-resampling branch March 30, 2023 14:18
ktro2828 pushed a commit to ktro2828/autoware.universe that referenced this pull request Apr 7, 2023
…on#3195)

* fix(motion_utils): change lane_id resampling method

Signed-off-by: Takayuki Murooka <[email protected]>

* fix

Signed-off-by: Takayuki Murooka <[email protected]>

---------

Signed-off-by: Takayuki Murooka <[email protected]>
keita1523 pushed a commit to tier4/autoware.universe that referenced this pull request Nov 8, 2023
…on#3195)

* fix(motion_utils): change lane_id resampling method

Signed-off-by: Takayuki Murooka <[email protected]>

* fix

Signed-off-by: Takayuki Murooka <[email protected]>

---------

Signed-off-by: Takayuki Murooka <[email protected]>
keita1523 pushed a commit to tier4/autoware.universe that referenced this pull request Nov 13, 2023
…on#3195)

* fix(motion_utils): change lane_id resampling method

Signed-off-by: Takayuki Murooka <[email protected]>

* fix

Signed-off-by: Takayuki Murooka <[email protected]>

---------

Signed-off-by: Takayuki Murooka <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants