AMR_T800/Localizations/Packages/loc_base/launch/loc_base.launch

6 lines
284 B
XML

<launch>
<node pkg="loc_base" type="loc_base_node" respawn="false" name="loc_base" output="screen">
<rosparam file="$(find loc_base)/config/map_managers.yaml" command="load" />
<rosparam file="$(find loc_base)/config/localization.yaml" command="load" />
</node>
</launch>