-
Notifications
You must be signed in to change notification settings - Fork 682
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: rename traffic signal element #4129
feat: rename traffic signal element #4129
Conversation
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Since the former From:
to:
|
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Updated 5344868 |
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.
Thanks. LGTM!
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…-takagi/autoware.universe into feat/rename-traffic-signal-element
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
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #4129 +/- ##
=======================================
Coverage 15.23% 15.23%
=======================================
Files 1468 1468
Lines 101728 101727 -1
Branches 31374 31374
=======================================
Hits 15503 15503
+ Misses 69373 69372 -1
Partials 16852 16852
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
* feat(traffic_light_arbiter): rename traffic signal element Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * feat(traffic_light_selector): remove traffic light selector Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix(traffic_light_arbiter): fix node name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update topic name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> --------- Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
* feat(traffic_light_arbiter): rename traffic signal element Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * feat(traffic_light_selector): remove traffic light selector Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix(traffic_light_arbiter): fix node name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update topic name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> --------- Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
* feat(traffic_light_occlusion_predictor): add traffic_light_occlusion_predictor (autowarefoundation#4050) * add traffic_light_occlusion_predictor Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> * update README Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> * update occlusion package I/F Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> * revert wrong update of README.md Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> * update perception_utils Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> * add _deg to variables and update README Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> * fix Cmakelists Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> --------- Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Co-authored-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * feat(traffic_light_classifier): update traffic_light_classifier and traffic_light_fine_detector (autowarefoundation#4125) * first commit Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> * fix typo Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> * Revert unnecessary changes Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * change to fit previous revert Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * fix: correct style Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> * fix: use proper initializer Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> * fix build_config constructor Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * pre-commit Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> --------- Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> Co-authored-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Co-authored-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com> * feat(traffic_light_selector): remove traffic light selector (autowarefoundation#4130) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * feat(traffic_light): improved traffic_light_map_based_detector and new traffic_light_fine_detector package (autowarefoundation#4084) * update traffic_light_map_based_detector traffic_light_classifier traffic_light_fine_detector traffic_light_multi_camera_fusion Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> * replace autoware_auto_perception_msgs with tier4_perception_msgs Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> --------- Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> * feat: rename traffic signal element (autowarefoundation#4129) * feat(traffic_light_arbiter): rename traffic signal element Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * feat(traffic_light_selector): remove traffic light selector Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix(traffic_light_arbiter): fix node name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update topic name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> --------- Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp> --------- Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Mingyu1991 <115005477+Mingyu1991@users.noreply.github.com> Co-authored-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> Co-authored-by: Shunsuke Miura <37187849+miursh@users.noreply.github.com> Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
* feat(behavior_velocity): support new traffic signal interface Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> style(pre-commit): autofix add missing dependency Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> style(pre-commit): autofix remove the external signal input source in behavior_planning_launch.py Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> replace TrafficLightElement with TrafficSignalElement Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> style(pre-commit): autofix use the regulatory element id instead of traffic light id Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> change the input of traffic signal to traffic light arbiter Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> do not return until the all regulatory elements are checked Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * docs(traffic_light_arbiter): fix the datatype of input topics (autowarefoundation#4156) docs(traffic_light_arbiter): fix the type of input topics Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * feat: rename traffic signal element (autowarefoundation#4129) * feat(traffic_light_arbiter): rename traffic signal element Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * feat(traffic_light_selector): remove traffic light selector Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix(traffic_light_arbiter): fix node name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update topic name Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * update message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> --------- Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * feat(traffic_light_selector): remove traffic light selector (autowarefoundation#4130) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> --------- Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Co-authored-by: Takagi, Isamu <43976882+isamu-takagi@users.noreply.github.com> Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
Description
Update for autowarefoundation/autoware_msgs#70.
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
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.