-
Notifications
You must be signed in to change notification settings - Fork 691
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(static_obstacle_avoidance): show markers when system requests operator support #7994
feat(static_obstacle_avoidance): show markers when system requests operator support #7994
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
…erator support Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
67ebb40
to
5cf7a40
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7994 +/- ##
==========================================
- Coverage 28.93% 28.92% -0.01%
==========================================
Files 1601 1602 +1
Lines 117270 117329 +59
Branches 50302 50325 +23
==========================================
+ Hits 33933 33941 +8
- Misses 74175 74226 +51
Partials 9162 9162
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…erator support (autowarefoundation#7994) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…erator support (autowarefoundation#7994) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…erator support (autowarefoundation#7994) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Description
Show marker for operator when system requests cooperation. This marker is published only when the user set policy of ego behavior for ambiguous situation to
manual
.Topic:
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/info/static_obstacle_avoidance
Additionally, I updated marker color for ignored objects to Gray from Green.
Topic:
/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/debug/static_obstacle_avoidance
Related links
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.