-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.xml
More file actions
30 lines (23 loc) · 796 Bytes
/
package.xml
File metadata and controls
30 lines (23 loc) · 796 Bytes
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
<package format="3">
<name>centroidal_control_collection</name>
<version>0.2.0</version>
<description>
Collection of centroidal control for legged robots
</description>
<maintainer email="m-murooka@aist.go.jp">Masaki Murooka</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/centroidal_control_collection</url>
<author>Masaki Murooka</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>qp_solver_collection</depend>
<depend>force_control_collection</depend>
<depend>NMPC</depend>
<build_depend>eigen</build_depend>
<test_depend>ament_cmake_gtest</test_depend>
<doc_depend>doxygen</doc_depend>
<doc_depend>graphviz</doc_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>