forked from RobotMotorIntelligence/crocoddyl_msgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
33 lines (27 loc) · 1.07 KB
/
package.xml
File metadata and controls
33 lines (27 loc) · 1.07 KB
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
<?xml version="1.0"?>
<package format="3">
<name>crocoddyl_msgs</name>
<version>0.0.1</version>
<description>
Message structures needed to interact with Crocoddyl solvers, inputs and outputs
</description>
<maintainer email="c.mastalli@hw.ac.uk">Carlos Mastalli</maintainer>
<author email="c.mastalli@hw.ac.uk">Carlos Mastalli</author>
<author email="wolfgang@robots.ox.ac.uk">Wolfgang Merkt</author>
<license>BSD 3-Clause</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>eigen</depend>
<depend>std_msgs</depend>
<depend>whole_body_state_msgs</depend>
<depend>realtime_tools</depend>
<depend>pybind11_catkin</depend>
<depend>pinocchio</depend>
<build_depend>rospy</build_depend>
<build_depend>message_generation</build_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</exec_depend>
<test_depend>rostest</test_depend>
</package>