-
Notifications
You must be signed in to change notification settings - Fork 668
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
feat(motion_velocity_smoother): add motion_velocity_smoother's virtual wall such as MRM #5555
Conversation
Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
Codecov ReportAttention:
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
*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
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
NOTE:
This PR adds the marker.
autowarefoundation/autoware_launch#684
…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]>
…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]>
…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]>
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.
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.
After all checkboxes are checked, anyone who has write access can merge the PR.