-
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(traffic_light): add dilemma_zone_plotter.py #8638
feat(traffic_light): add dilemma_zone_plotter.py #8638
Conversation
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8638 +/- ##
==========================================
- Coverage 24.08% 24.07% -0.02%
==========================================
Files 1399 1404 +5
Lines 102445 102492 +47
Branches 38918 38918
==========================================
+ Hits 24670 24671 +1
- Misses 75238 75284 +46
Partials 2537 2537
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…8638) * feat(traffic_light): add dilemma_zone_plotter.py Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix typo Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix typo Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…8638) * feat(traffic_light): add dilemma_zone_plotter.py Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix typo Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix typo Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Description
Added a script to plot dilemma zone.
Screencast from 2024年08月27日 12時16分49秒.webm
Related links
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.