Skip to content
Snippets Groups Projects
package.xml 800 B
Newer Older
<?xml version="1.0"?>
<package format="2">
  <name>example-robot-data</name>
Guilhem Saurel's avatar
Guilhem Saurel committed
  <version>2.5.0</version>
  <description>Set of robot URDFs for benchmarking and developed examples.</description>
Guilhem Saurel's avatar
Guilhem Saurel committed
  <!-- The maintainer listed here is for the ROS release to receive emails for the buildfarm.
  Please check the repository URL for project maintainer. -->
  <maintainer email="wolfgang.merkt@ed.ac.uk">Wolfgang Merkt</maintainer>
  <license>BSD</license>

  <url type="repository">https://gepgitlab.laas.fr/gepetto/example-robot-data.git</url>

  <build_depend>git</build_depend>
  <depend>python</depend>
  <depend>python-numpy</depend>
  <depend>boost</depend>
  <depend>pinocchio</depend>

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