-
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
chore(autoware_traffic_light_multi_camera_fusion): created Schema file and updated ReadME file for parameters setting #9994
Conversation
… and updated ReadME file for parameters setting Signed-off-by: vish0012 <vishalchhn42@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
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.
@vish0012
Thank you for your PR. Could you please check my comments?
...on/autoware_traffic_light_multi_camera_fusion/src/traffic_light_multi_camera_fusion_node.cpp
Outdated
Show resolved
Hide resolved
...on/autoware_traffic_light_multi_camera_fusion/src/traffic_light_multi_camera_fusion_node.cpp
Outdated
Show resolved
Hide resolved
...oware_traffic_light_multi_camera_fusion/schema/traffic_light_multi_camera_fusion.schema.json
Outdated
Show resolved
Hide resolved
...oware_traffic_light_multi_camera_fusion/schema/traffic_light_multi_camera_fusion.schema.json
Outdated
Show resolved
Hide resolved
2f58eaa
to
2f91cac
Compare
…multi_camera_fusion as per review comments Signed-off-by: vish0012 <vishalchhn42@gmail.com>
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.
Thank you for fixing. Could you fix the code about below commnent?
...on/autoware_traffic_light_multi_camera_fusion/src/traffic_light_multi_camera_fusion_node.cpp
Outdated
Show resolved
Hide resolved
updated code as per suggestion
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.
Updated as per suggestion
...on/autoware_traffic_light_multi_camera_fusion/src/traffic_light_multi_camera_fusion_node.cpp
Outdated
Show resolved
Hide resolved
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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9994 +/- ##
=======================================
Coverage 29.76% 29.77%
=======================================
Files 1444 1444
Lines 108686 108671 -15
Branches 42664 42661 -3
=======================================
Hits 32352 32352
+ Misses 73150 73135 -15
Partials 3184 3184
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the autoware_traffic_light_multi_camera_fusion package.
create json shema
update readme file
deleted default value
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.