-
Notifications
You must be signed in to change notification settings - Fork 669
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(autoware_traffic_light_visualization): fix to visualize correct color and shapes #8428
fix(autoware_traffic_light_visualization): fix to visualize correct color and shapes #8428
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
76422af
to
14f2378
Compare
…rrect shapes Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
14f2378
to
8640806
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, just tested on awsim
@tzhong518 Could you review this PR as a code owner? 🙏 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8428 +/- ##
==========================================
- Coverage 23.88% 23.73% -0.16%
==========================================
Files 1380 1379 -1
Lines 101867 101018 -849
Branches 38781 38320 -461
==========================================
- Hits 24334 23974 -360
+ Misses 75000 74575 -425
+ Partials 2533 2469 -64
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…olor and shapes (autowarefoundation#8428) fix(autoware_traffic_light_visualization): fix vialization to draw correct shapes Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> Co-authored-by: Yi-Hsiang Fang (Vivid) <146902905+vividf@users.noreply.github.com>
…olor and shapes (autowarefoundation#8428) fix(autoware_traffic_light_visualization): fix vialization to draw correct shapes Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> Co-authored-by: Yi-Hsiang Fang (Vivid) <146902905+vividf@users.noreply.github.com>
Description
Related to #8389.
The visualization result of after this PR:
Screencast.from.2024.08.09.17.12.07.webm
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.