forked from agimus-project/agimus_controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
54 lines (41 loc) · 1.68 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
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0"?>
<package format="3">
<name>agimus_controller</name>
<version>0.0.0</version>
<description>The agimus_controller package</description>
<maintainer email="[email protected]">Guilhem Saurel</maintainer>
<author email="[email protected]">Maximilien Naveau</author>
<license>BSD-3-clause</license>
<url type="website">https://github.com/agimus-project/agimus_controller</url>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>jrl-cmakemodules</build_depend>
<!-- 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>
<!-- ROS dependencies. -->
<depend>linear_feedback_controller_msgs</depend>
<depend>rospy</depend>
<!-- Python dpendencies. -->
<exec_depend>python-matplotlib</exec_depend>
<exec_depend>python-numpy</exec_depend>
<!-- LAAS dependencies. -->
<exec_depend>pinocchio</exec_depend>
<exec_depend>croccodyl</exec_depend>
<exec_depend>example-robot-data</exec_depend>
<!-- MiM dependencies. -->
<exec_depend>mim_solvers</exec_depend>
<exec_depend>mim_robots</exec_depend>
<!-- HPP dependencies. -->
<exec_depend>hpp-corbaserver</exec_depend>
<exec_depend>hpp-manipulation-corba</exec_depend>
<!-- Visualization dependencies -->
<exec_depend>meshcat</exec_depend>
<exec_depend>pybullet</exec_depend>
<!-- Tests -->
<build_depend>rostest</build_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>