PACKAGE

<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
  <name>rmf_task</name>
  <version>2.6.0</version>
  <description>Package for managing tasks in the Robotics Middleware Framework</description>
  <maintainer email="yadunund@openrobotics.org">Yadunund</maintainer>
  <maintainer email="marco@openrobotics.org">Marco A. Gutiérrez</maintainer>
  <license>Apache License 2.0</license>
  <author>Aaron</author>
  <author>Yadunund</author>

  <buildtool_depend>cmake</buildtool_depend>

  <depend>rmf_battery</depend>
  <depend>rmf_utils</depend>

  <depend>eigen</depend>

  <test_depend>ament_cmake_catch2</test_depend>
  <test_depend>ament_cmake_uncrustify</test_depend>

  <export>
    <build_type>cmake</build_type>
  </export>
</package>