-
Notifications
You must be signed in to change notification settings - Fork 650
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(tier4_perception_launch): fix duplicated topic name #3645
fix(tier4_perception_launch): fix duplicated topic name #3645
Conversation
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
@@ -230,7 +230,7 @@ | |||
<include file="$(find-pkg-share object_merger)/launch/object_association_merger.launch.xml"> | |||
<arg name="input/object0" value="$(var merger/input/objects)"/> | |||
<arg name="input/object1" value="clustering/camera_lidar_fusion/objects"/> | |||
<arg name="output/object" value="camera_lidar_fusion/objects"/> | |||
<arg name="output/object" value="camera_lidar_fusion/objects_without_tracker"/> |
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.
How about "$(var lidar_detection_model)_cluster_fusion/objects"
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.
@miursh since it is result of roi, cluster and lidar_detection_model, so how about "$(var lidar_detection_model)_roi_cluster_fusion/objects"
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.
sounds good 👍
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.
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3645 +/- ##
==========================================
+ Coverage 13.82% 14.69% +0.87%
==========================================
Files 1395 1297 -98
Lines 98083 92234 -5849
Branches 29155 29155
==========================================
- Hits 13556 13555 -1
+ Misses 69872 64023 -5849
- Partials 14655 14656 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
…dation#3645) * fix(tier4_perception_launch): fix dublicated topic name Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: rename topic Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
…dation#3645) (#586) * fix(tier4_perception_launch): fix dublicated topic name * chore: rename topic --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
…dation#3645) * fix(tier4_perception_launch): fix dublicated topic name Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: rename topic Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
…dation#3645) * fix(tier4_perception_launch): fix dublicated topic name Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: rename topic Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Description
This PR fixes the duplicated name topics which are used in camera_lidar_radar_fusion mode.
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
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.