This package contains launch files that run nodes to convert Autoware internal topics into consistent API used by external software (e.g., fleet management system, simulator).
Please see <exec_depend>
in package.xml
.
You can include as follows in *.launch.xml
to use autoware_api.launch.xml
.
<include file="$(find-pkg-share tier4_autoware_api_launch)/launch/autoware_api.launch.xml"/>
For reducing processing load, we use the Component feature in ROS2 (similar to Nodelet in ROS1 )