PACKAGE

<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
    <name>auto_apms_examples</name>
    <version>1.2.0</version>
    <description>Examples package for AutoAPMS</description>
    <maintainer email="mue.robin@icloud.com">Robin Müller</maintainer>
    <license>Apache-2.0</license>
    <url>https://autoapms.github.io/auto-apms-guide/</url>

    <buildtool_depend>ament_cmake</buildtool_depend>

    <depend>rclcpp_components</depend>
    <depend>auto_apms_util</depend>
    <depend>auto_apms_interfaces</depend>
    <depend>auto_apms_behavior_tree</depend>
    <depend>auto_apms_mission</depend>
    <depend>auto_apms_ros2behavior</depend>

    <export>
        <build_type>ament_cmake</build_type>
    </export>
</package>