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>rosbot</name>
  <version>0.18.8</version>
  <description>Meta package that contains all packages of ROSbot Series</description>
  <maintainer email="support@husarion.com">Husarion</maintainer>
  <license>Apache License 2.0</license>

  <url type="website">https://husarion.com</url>
  <url type="repository">https://github.com/husarion/rosbot_ros</url>
  <url type="bugtracker">https://github.com/husarion/rosbot_ros/issues</url>

  <author email="jakub.delicat@husarion.com">Jakub Delicat</author>
  <author email="nikolas.duc@husarion.com">Nikolas Duc</author>
  <author email="rafal.gorecki@husarion.com">Rafal Gorecki</author>
  <author email="dominik.nowak@husarion.com">Dominik Nowak</author>
  <author email="maciej.stepien@husarion.com">Maciej Stepien</author>

  <buildtool_depend>ament_cmake</buildtool_depend>

  <depend>rosbot_controller</depend>
  <depend>rosbot_description</depend>
  <depend>rosbot_hardware_interfaces</depend>
  <depend>rosbot_joy</depend>
  <depend>rosbot_localization</depend>
  <depend>rosbot_moveit</depend>
  <depend>rosbot_utils</depend>

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