-
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(behavior_path_planner): subscribe traffic light recognition result #5436
feat(behavior_path_planner): subscribe traffic light recognition result #5436
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5436 +/- ##
==========================================
- Coverage 15.07% 15.02% -0.05%
==========================================
Files 1662 1662
Lines 115724 116167 +443
Branches 35753 36080 +327
==========================================
+ Hits 17441 17458 +17
- Misses 78749 79139 +390
- Partials 19534 19570 +36
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Signed-off-by: satoshi-ota <[email protected]>
bd40cae
to
1bf632d
Compare
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
…lt (autowarefoundation#5436) feat(avoidance): use traffic light signal info Signed-off-by: satoshi-ota <[email protected]>
…ion result (autowarefoundation#5436)" This reverts commit 65f0a71. Signed-off-by: kyoichi-sugahara <[email protected]>
…ion result (autowarefoundation#5436)" Signed-off-by: kyoichi-sugahara <[email protected]>
Description
🤖 Generated by Copilot at bd40cae
This pull request adds the ability for the
behavior_path_planner_node
to use traffic signals information from the perception module and the lanelet map. It modifies the header and source files of the node and the data manager, and adds the necessary topic remappings and package dependency.ℹ️ no behavior change. ℹ️
just subscribing traffic light reconginition results
/perception/traffic_light_recognition/traffic_signals
for feature (#5395) that will be added to avoidance module.Please review following PR at first.
autowarefoundation/autoware_launch#662
Tests performed
Effects on system behavior
Nothing.
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.