-
Notifications
You must be signed in to change notification settings - Fork 667
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
refactor(image_projection_based_fusion): convert input topic names to ROS parameters #4247
refactor(image_projection_based_fusion): convert input topic names to ROS parameters #4247
Conversation
df9bcb3
to
40dd9c4
Compare
b807011
to
e9ed75f
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4247 +/- ##
==========================================
+ Coverage 15.07% 15.29% +0.22%
==========================================
Files 1508 1489 -19
Lines 103678 101811 -1867
Branches 31647 31081 -566
==========================================
- Hits 15625 15577 -48
+ Misses 71046 69371 -1675
+ Partials 17007 16863 -144
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
04de7e2
to
5f13af5
Compare
Signed-off-by: ismetatabay <ismet@leodrive.ai>
Signed-off-by: ismetatabay <ismet@leodrive.ai>
Signed-off-by: ismetatabay <ismet@leodrive.ai>
5f13af5
to
e2c2e88
Compare
@ismetatabay Cloud you check |
Signed-off-by: ismet <ismet@leodrive.ai>
8e3e919
to
ed4f4f2
Compare
@yukke42 Hi thanks for your review 👍 , I updated |
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
… ROS parameters (autowarefoundation#4247) * init commit Signed-off-by: ismetatabay <ismet@leodrive.ai> * style(pre-commit): autofix Signed-off-by: ismetatabay <ismet@leodrive.ai> * update pointpainting and roi_detected_object_fusion_launch Signed-off-by: ismetatabay <ismet@leodrive.ai> * correct argument and param definitions Signed-off-by: ismetatabay <ismet@leodrive.ai> --------- Signed-off-by: ismetatabay <ismet@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
This PR prepares the image_projection_based_fusion node to read input topics from ROS parameters. (This refactoring needed because if we move the all node parameters into a param.yaml file, we cannot read "input_rois_number" in .xml launch file. So, we cannot set remap topics in .xml launch file.)
Related links
#4250
Tests performed
This PR tested on real vehicle and everything works as expected
Notes for reviewers
Interface changes
The fusion node input topic names described as ROS 2 parameter, and it topics migrates from perception.launch.xml and camera_lidar_based_fusion.launch.xml.
Effects on system behavior
None
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.