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>create3_examples_py</name>
  <version>1.0.0</version>
  <description>Python examples for interacting with the iRobot(R) Create(R) 3 Educational Robot</description>
  <maintainer email="jkearns@irobot.com">jkearns</maintainer>
  <license>BSD</license>
  <author email="jkearns@irobot.com">Justin Kearns</author>

  <depend>rclpy</depend>
  <depend>geometry_msgs</depend>
  <depend>irobot_create_msgs</depend>

  <test_depend>ament_copyright</test_depend>
  <test_depend>ament_flake8</test_depend>
  <test_depend>ament_pep257</test_depend>
  <test_depend>python3-pytest</test_depend>

  <export>
    <build_type>ament_python</build_type>
  </export>
</package>