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

feat(motion_velocity_smoother): add motion_velocity_smoother's virtual wall such as MRM #5555

Merged
merged 2 commits into from
Nov 14, 2023

Conversation

takayuki5168
Copy link
Contributor

@takayuki5168 takayuki5168 commented Nov 10, 2023

Description

Currently, when the mrm_confortable_stop_operator requests the motion_velocity_smoother to stop, no virtual wall appears.
For better visualization, this PR adds the virtual wall by motion_velocity_smoother.

This is the case where the ego would leave the lane soon and MRM occurred by lane departure checker.
image

Tests performed

psim

Effects on system behavior

Added a motion_velocity_smoother's virtual wall

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.

Signed-off-by: Takayuki Murooka <[email protected]>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Nov 10, 2023
@takayuki5168 takayuki5168 marked this pull request as ready for review November 10, 2023 14:42
@takayuki5168 takayuki5168 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Nov 10, 2023
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (32c897d) 15.36% compared to head (dd06455) 15.36%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5555   +/-   ##
=======================================
  Coverage   15.36%   15.36%           
=======================================
  Files        1697     1697           
  Lines      117472   117480    +8     
  Branches    37762    37769    +7     
=======================================
+ Hits        18051    18053    +2     
- Misses      78872    78873    +1     
- Partials    20549    20554    +5     
Flag Coverage Δ *Carryforward flag
differential 15.21% <25.00%> (?)
total 15.36% <ø> (ø) Carriedforward from 32c897d

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

Files Coverage Δ
...elocity_smoother/motion_velocity_smoother_node.hpp 0.00% <ø> (ø)
...ctor/src/external_velocity_limit_selector_node.cpp 0.00% <0.00%> (ø)
...ity_smoother/src/motion_velocity_smoother_node.cpp 28.23% <28.57%> (+<0.01%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@takayuki5168 takayuki5168 changed the title feat(motion_velocity_smoother): add motion_velocity_smoother's virtual wall sucn as MRM feat(motion_velocity_smoother): add motion_velocity_smoother's virtual wall such as MRM Nov 13, 2023
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

Copy link
Contributor

@TomohitoAndo TomohitoAndo left a comment

Choose a reason for hiding this comment

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

LGTM

NOTE:
This PR adds the marker.
autowarefoundation/autoware_launch#684

@takayuki5168 takayuki5168 merged commit 846a1cd into autowarefoundation:main Nov 14, 2023
43 of 44 checks passed
@takayuki5168 takayuki5168 deleted the feat/mrm-virtual-wall branch November 14, 2023 12:37
TomohitoAndo pushed a commit to tier4/autoware.universe that referenced this pull request Nov 17, 2023
…l wall such as MRM (autowarefoundation#5555)

* feat: add motion_velocity_smoother's virtual wall

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

* fix

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

---------

Signed-off-by: Takayuki Murooka <[email protected]>
TomohitoAndo added a commit to tier4/autoware.universe that referenced this pull request Nov 20, 2023
…l wall (#1024)

feat(motion_velocity_smoother): add motion_velocity_smoother's virtual wall such as MRM (autowarefoundation#5555)

* feat: add motion_velocity_smoother's virtual wall



* fix



---------

Signed-off-by: Takayuki Murooka <[email protected]>
Co-authored-by: Takayuki Murooka <[email protected]>
takayuki5168 added a commit to tier4/autoware.universe that referenced this pull request Nov 22, 2023
…l wall such as MRM (autowarefoundation#5555)

* feat: add motion_velocity_smoother's virtual wall

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:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants