Skip to content
Snippets Groups Projects
Commit 0280085e authored by Wolfgang Merkt's avatar Wolfgang Merkt
Browse files

package.xml: Add catkin/ament_cmake runtime dependency for packaging

Required by REP-136
parent a5f5b3ae
No related branches found
No related tags found
No related merge requests found
Pipeline #9732 passed
...@@ -12,11 +12,16 @@ ...@@ -12,11 +12,16 @@
<url type="repository">https://github.com/gepetto/example-robot-data</url> <url type="repository">https://github.com/gepetto/example-robot-data</url>
<!-- The following tags are recommended by REP-136 -->
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
<build_depend>git</build_depend> <build_depend>git</build_depend>
<depend condition="$ROS_PYTHON_VERSION == 2">python</depend> <depend condition="$ROS_PYTHON_VERSION == 2">python</depend>
<depend condition="$ROS_PYTHON_VERSION == 3">python3</depend> <depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
<depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</depend> <depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</depend>
<depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</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> <exec_depend>pinocchio</exec_depend>
<buildtool_depend>cmake</buildtool_depend> <buildtool_depend>cmake</buildtool_depend>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment