Commit dfcd884 1 parent 9d10675 commit dfcd884 Copy full SHA for dfcd884
File tree 1 file changed +15
-10
lines changed
perception_launch/launch/object_recognition/detection
1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 148
148
</group >
149
149
150
150
<!-- Merger -->
151
- <include file =" $(find-pkg-share object_merger)/launch/object_association_merger.launch.xml" >
152
- <arg name =" input/object0" value =" $(var lidar_detection_model)/validation/objects" />
153
- <arg name =" input/object1" value =" clustering/camera_lidar_fusion/short_range_objects" />
154
- <arg name =" output/object" value =" camera_lidar_fusion/objects" />
155
- </include >
156
- <include file =" $(find-pkg-share object_merger)/launch/object_association_merger.launch.xml" >
157
- <arg name =" input/object0" value =" detection_by_tracker/objects" />
158
- <arg name =" input/object1" value =" camera_lidar_fusion/objects" />
159
- <arg name =" output/object" value =" objects" />
160
- </include >
151
+ <group >
152
+ <include file =" $(find-pkg-share object_merger)/launch/object_association_merger.launch.xml" >
153
+ <arg name =" input/object0" value =" $(var lidar_detection_model)/validation/objects" />
154
+ <arg name =" input/object1" value =" clustering/camera_lidar_fusion/short_range_objects" />
155
+ <arg name =" output/object" value =" camera_lidar_fusion/objects" />
156
+ </include >
157
+ </group >
158
+
159
+ <group >
160
+ <include file =" $(find-pkg-share object_merger)/launch/object_association_merger.launch.xml" >
161
+ <arg name =" input/object0" value =" detection_by_tracker/objects" />
162
+ <arg name =" input/object1" value =" camera_lidar_fusion/objects" />
163
+ <arg name =" output/object" value =" objects" />
164
+ </include >
165
+ </group >
161
166
162
167
</launch >
You can’t perform that action at this time.
0 commit comments