| <?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> |
| |
| |
| <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> |
| |
| <build_depend>pinocchio</build_depend> |
| <exec_depend>pinocchio</exec_depend> |
|
|
| <buildtool_depend>cmake</buildtool_depend> |
| <export> |
| <build_type>cmake</build_type> |
| </export> |
| </package> |
|
|