|
@@ -15,10 +15,10 @@
|
|
|
<arg name="scan_topic" default="/scan" />
|
|
|
<arg name="map_size" default="512" />
|
|
|
|
|
|
+ <!-- startup ydlidar -->
|
|
|
<include file="$(find ydlidar)/launch/lidar.launch" />
|
|
|
|
|
|
<node pkg="hector_mapping" type="hector_mapping" name="hector_mapping" output="screen">
|
|
|
-
|
|
|
<!-- Frame names -->
|
|
|
<param name="map_frame" value="$(arg map_frame)" />
|
|
|
<param name="base_frame" value="$(arg base_frame)" />
|
|
@@ -54,5 +54,7 @@
|
|
|
<param name="use_tf_pose_start_estimate" value="true" />
|
|
|
<param name="tf_map_scanmatch_transform_frame_name" value="$(arg map_scanmatch_frame_name)" />
|
|
|
</node>
|
|
|
+
|
|
|
+ <node pkg="tf" type="static_transform_publisher" name="map_to_odom" args="0.0 0.0 0.0 0 0 0.0 /map /odom 100"/>
|
|
|
</launch>
|
|
|
|