forked from RobotMotorIntelligence/crocoddyl_msgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
44 lines (36 loc) · 1.49 KB
/
package.xml
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
35
36
37
38
39
40
41
42
43
44
<?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="[email protected]">Carlos Mastalli</maintainer>
<author email="[email protected]">Carlos Mastalli</author>
<author email="[email protected]">Wolfgang Merkt</author>
<license>BSD 3-Clause</license>
<buildtool_depend>catkin</buildtool_depend>
<!-- build and runtime dependencies -->
<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 dependencies -->
<build_depend>rospy</build_depend>
<build_depend>message_generation</build_depend>
<!-- runtime dependencies -->
<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>
<member_of_group>rosidl_interface_packages</member_of_group>
<test_depend>rostest</test_depend>
<export>
<!-- This suffers from a bug in catkin, cf.: https://github.com/ros/catkin/issues/1170 -->
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>