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>neo_simulation2</name>
  <version>1.0.3</version>
  <description>ROS-2 Simulation packages for neobotix robots</description>
  <maintainer email="padmanabhan@neobotix.de">Padmanabhan Pradheep</maintainer>
  <license>MIT</license>
  <buildtool_depend>ament_cmake</buildtool_depend>

  <depend>launch_ros</depend>
  <depend>navigation2</depend>
  <depend>slam_toolbox</depend>
  <depend>neo_nav2_bringup</depend>
  <depend>gazebo_ros_pkgs</depend>

  <export>
    <build_type>ament_cmake</build_type>
    <gazebo_ros gazebo_model_path="${prefix}/.." />
    <gazebo_ros gazebo_model_path="${prefix}/models" />
  </export>
</package>