tier4_localization_launch#
Structure#
Package Dependencies#
Please see <exec_depend>
in package.xml
.
Usage#
Include localization.launch.xml
in other launch files as follows.
Note that you should provide parameter paths as PACKAGE_param_path
. The list of parameter paths you should provide is written at the top of localization.launch.xml
.
<include file="$(find-pkg-share tier4_localization_launch)/launch/localization.launch.xml">
<!-- Parameter files -->
<arg name="FOO_param_path" value="..."/>
<arg name="BAR_param_path" value="..."/>
...
</include>