ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I was interested in the same topic, so here is the relevant code from the husky_navigation package's move_base.launch file:
<?xml version="1.0"?>
...
<launch>
...
<include file="$(find husky_navigation)/launch/amcl.launch" />
...
</launch>
The full code: https://github.com/husky/husky/tree/melodic-devel/husky_navigation/launch