-
Notifications
You must be signed in to change notification settings - Fork 673
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_utils): add detail and pass type to VirtualWall #9940
Conversation
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
{ | ||
visualization_msgs::msg::MarkerArray marker_array; | ||
|
||
// Virtual Wall |
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.
// Virtual Wall |
not virtual wall
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.
fixed in 0dd5fe1
createMarkerScale(2.5 /*length*/, 0.15 /*width*/, 1.0 /*height*/), color); | ||
|
||
marker.pose = vehicle_front_pose; | ||
// marker.pose.position.z += 1.0; |
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.
// marker.pose.position.z += 1.0; |
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.
fixed in 0dd5fe1
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9940 +/- ##
==========================================
+ Coverage 29.14% 29.18% +0.04%
==========================================
Files 1425 1425
Lines 107819 107851 +32
Branches 42246 42256 +10
==========================================
+ Hits 31422 31475 +53
+ Misses 73352 73324 -28
- Partials 3045 3052 +7
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
add
pass
type: emphasize that the module intentionally goes (does not stop) on its own decision as white arrowlike the "intersection" marker in the pic
Related links
Parent Issue:
How was this PR tested?
see the description
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.