forked from matheecs/ocs2_legged_robot_notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
33 lines (26 loc) · 985 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>ocs2_legged_robot</name>
<version>0.0.1</version>
<description>The ocs2_legged_robot package</description>
<maintainer email="farbod.farshidian@gmail.com">Farbod Farshidian</maintainer>
<maintainer email="rgrandia@ethz.ch">Ruben Grandia</maintainer>
<maintainer email="jeanpierre.sleiman@mavt.ethz.ch">Jean-Pierre Sleiman</maintainer>
<license>BSD3</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roslib</depend>
<depend>cmake_modules</depend>
<depend>tf</depend>
<depend>urdf</depend>
<depend>kdl_parser</depend>
<depend>robot_state_publisher</depend>
<depend>ocs2_core</depend>
<depend>ocs2_mpc</depend>
<depend>ocs2_robotic_tools</depend>
<depend>ocs2_ddp</depend>
<depend>ocs2_pinocchio_interface</depend>
<depend>ocs2_centroidal_model</depend>
<depend>ocs2_ros_interfaces</depend>
<depend>pinocchio</depend>
<depend>anymal_c_simple_description</depend>
</package>