File size: 1,428 Bytes
33956db
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<package format="3">
  <name>example_robot_data</name>
  <version>4.4.0</version>
  <description>Set of robot URDFs for benchmarking and developed examples.</description>
  <!-- The maintainer listed here is for the ROS release to receive emails for the buildfarm.
  Please check the repository URL for project maintainer. -->
  <author email="carlos.mastalli@ed.ac.uk">Carlos Mastalli</author>
  <maintainer email="guilhem.saurel@laas.fr">Guilhem Saurel</maintainer>
  <maintainer email="opensource@wolfgangmerkt.com">Wolfgang Merkt</maintainer>
  <license>Apache-2.0</license>
  <license>Apache-2.0</license>
  <license>BSD-2-Clause</license>
  <license>LGPL-3.0</license>
  <license>MPL-2.0</license>
  <license>CC-BY-NC-ND-4.0</license>

  <url type="repository">https://github.com/gepetto/example-robot-data</url>

  <exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
  <build_depend>git</build_depend>
  <build_depend>jrl_cmakemodules</build_depend>
  <depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
  <depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</depend>
  <!-- The default setting has BUILD_TESTING=ON, as thus we need to explicitly depend on Pinocchio -->
  <build_depend>pinocchio</build_depend>
  <exec_depend>pinocchio</exec_depend>

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