-
Notifications
You must be signed in to change notification settings - Fork 683
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
fix(crosswalk_traffic_light_estimator): move crosswalk after fusion #4734
fix(crosswalk_traffic_light_estimator): move crosswalk after fusion #4734
Conversation
Signed-off-by: tzhong518 <sworgun@gmail.com>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4734 +/- ##
==========================================
+ Coverage 15.11% 15.17% +0.06%
==========================================
Files 1568 1563 -5
Lines 108137 107327 -810
Branches 33188 32698 -490
==========================================
- Hits 16344 16291 -53
+ Misses 73991 73561 -430
+ Partials 17802 17475 -327
*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
jsut one minor comment
launch/tier4_perception_launch/launch/traffic_light_recognition/traffic_light.launch.xml
Outdated
Show resolved
Hide resolved
…n/traffic_light.launch.xml Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com>
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
@miursh |
@TomohitoAndo Should they be merged? I'm not sure about the planning desired behavior. |
@miursh |
@TomohitoAndo Thanks! As we talked, could you make a separate pull request to fix this? |
@satoshi-ota Could you check this PR since you are the only codeowner. |
…utowarefoundation#4734) * fix: move crosswalk after fusion Signed-off-by: tzhong518 <sworgun@gmail.com> * Update launch/tier4_perception_launch/launch/traffic_light_recognition/traffic_light.launch.xml Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com> * Rename TrafficLight to TrafficSignal Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * change input to be considered as the regulatory-element Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> --------- Signed-off-by: tzhong518 <sworgun@gmail.com> Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com> Co-authored-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
…utowarefoundation#4734) * fix: move crosswalk after fusion Signed-off-by: tzhong518 <sworgun@gmail.com> * Update launch/tier4_perception_launch/launch/traffic_light_recognition/traffic_light.launch.xml Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com> * Rename TrafficLight to TrafficSignal Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * change input to be considered as the regulatory-element Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> --------- Signed-off-by: tzhong518 <sworgun@gmail.com> Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com> Co-authored-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
…utowarefoundation#4734) * fix: move crosswalk after fusion Signed-off-by: tzhong518 <sworgun@gmail.com> * Update launch/tier4_perception_launch/launch/traffic_light_recognition/traffic_light.launch.xml Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com> * Rename TrafficLight to TrafficSignal Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * change input to be considered as the regulatory-element Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> --------- Signed-off-by: tzhong518 <sworgun@gmail.com> Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com> Co-authored-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
Description
🤖 Generated by Copilot at b5458c5
This pull request refactors the traffic light recognition and estimation modules to use the new
TrafficSignal
messages and improve modularity. It simplifies thetraffic_light_node_container.launch.py
file, updates the topic names and launch arguments in thetraffic_light.launch.xml
file, and adds a crosswalk traffic signal estimation feature. It also updates thecrosswalk_traffic_light_estimator
node and package to use theautoware_perception_msgs
package and thetraffic_signal_id
field.This pull request improves the traffic light recognition system by simplifying the launch files, updating the topic names and arguments, and replacing the deprecated
tier4_perception_msgs
package with theautoware_perception_msgs
package. It also adds a new optional node for crosswalk traffic light estimation.Related links
#2567
TIER IV INTERNAL LINK
Tests performed
https://tier4.atlassian.net/wiki/spaces/~459732634/pages/2865332600/traffic+light+bug+fix#Result
Notes for reviewers
Interface changes
Effects on system behavior
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.