-
Notifications
You must be signed in to change notification settings - Fork 659
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
chore(traffic_light_fine_detector_and_classifier): rework parameters #6216
chore(traffic_light_fine_detector_and_classifier): rework parameters #6216
Conversation
Signed-off-by: tzhong518 <[email protected]>
perception/traffic_light_classifier/launch/traffic_light_classifier.launch.xml
Show resolved
Hide resolved
Signed-off-by: tzhong518 <[email protected]>
…nfig' of github.com:tzhong518/autoware.universe into chore/traffic_light_fine_detector_and_classifier/use_config
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
I confirmed that Autoware launches and the car traffic light estimation is published as it was in the original Autoware (not tested for pedestrian traffic light since I didn't have a data for it in my local PC)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6216 +/- ##
=======================================
Coverage 14.39% 14.39%
=======================================
Files 1906 1906
Lines 129892 129892
Branches 37615 37615
=======================================
Hits 18694 18694
Misses 90188 90188
Partials 21010 21010
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…utowarefoundation#6216) * chore: use config Signed-off-by: tzhong518 <[email protected]> * style(pre-commit): autofix * chore: move build only back Signed-off-by: tzhong518 <[email protected]> --------- Signed-off-by: tzhong518 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#6216) * chore: use config Signed-off-by: tzhong518 <[email protected]> * style(pre-commit): autofix * chore: move build only back Signed-off-by: tzhong518 <[email protected]> --------- Signed-off-by: tzhong518 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
Use param file for traffic_light_fine_detector and traffic_light_classifier
Tests performed
Launch Autoware and confirm that the parameters are loaded successfully.
Effects on system behavior
No effect expected
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.