ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There is a hector branch with this functionality. You can find the discussion about it in this Pull Request. You can checkout the branch and then add the following in your hector launch file:

<node pkg="hector_mapping" type="hector_mapping" name="hector_mapping" output="screen">
   ...
   <param name="use_static_map" value="true" />
   ...
</node>