File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<include file =" $(find map_merge_3d)/launch/map_merge.launch" />
7
7
8
- <node pkg =" pcl_ros" type =" pcd_to_pointcloud" name =" robot1_publisher" args =" $(arg pcd1) 2" output =" screen" >
8
+ <node pkg =" pcl_ros" type =" pcd_to_pointcloud" name =" robot1_publisher" args =" ' $(arg pcd1)' 2" output =" screen" >
9
9
<param name =" frame_id" value =" robot1" />
10
10
<remap from =" cloud_pcd" to =" /robot1/map" />
11
11
</node >
12
- <node pkg =" pcl_ros" type =" pcd_to_pointcloud" name =" robot2_publisher" args =" $(arg pcd2) 2" output =" screen" >
12
+ <node pkg =" pcl_ros" type =" pcd_to_pointcloud" name =" robot2_publisher" args =" ' $(arg pcd2)' 2" output =" screen" >
13
13
<param name =" frame_id" value =" robot2" />
14
14
<remap from =" cloud_pcd" to =" /robot2/map" />
15
15
</node >
You can’t perform that action at this time.
0 commit comments