Skip to content

Commit 25efd9a

Browse files
Merge pull request #9 from daBaret/fix/compslam
add use_sim_time arg
2 parents dc73548 + 49b93aa commit 25efd9a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

smb_slam/launch/build_map.launch

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44
<arg name="launch_rviz" default="false"/>
55
<arg name="launch_sensors" default="false"/>
66
<arg name="map_name" default="compslam"/>
7+
<arg name="use_sim_time" default="false"/>
8+
79

810
<include file="$(find smb)/launch/sensors.launch" if="$(arg launch_sensors)">
911
</include>
1012

1113
<include file="$(find smb_slam)/launch/compslam/smb_cmpslam.launch">
12-
<arg name="launch_rviz" default="$(arg launch_rviz)"/>
14+
<arg name="launch_rviz" value="$(arg launch_rviz)"/>
1315
<arg name="map_name" value="$(arg map_name)"/>
16+
<arg name="use_sim_time" value="$(arg use_sim_time)"/>
17+
1418
</include>
1519

1620
</launch>

0 commit comments

Comments
 (0)