-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstack.xml
22 lines (19 loc) · 994 Bytes
/
stack.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<stack>
<description brief="Tools for humanoids walking movement generation.">
This stack gathers tools to generate walking movements for humanoids robots.
It provides both C++ interfaces through walk_interfaces, ROS
interfaces through walk_msgs and pattern generators algorithms.
</description>
<author>Maintained by Thomas Moulard/[email protected]</author>
<license>BSD</license>
<review status="experimental" notes=""/>
<url>http://ros.org/wiki/humanoid_walk</url>
<depend stack="bullet" /> <!-- bullet -->
<depend stack="common_msgs" /> <!-- nav_msgs, sensor_msgs, geometry_msgs, visualization_msgs -->
<depend stack="common_rosdeps" /> <!-- common_rosdeps -->
<depend stack="diagnostics" /> <!-- diagnostic_updater, diagnostic_aggregator -->
<depend stack="geometry" /> <!-- angles -->
<depend stack="ros" />
<depend stack="ros_comm" /> <!-- rospy, message_filters -->
<depend stack="robot_model_py" /> <!-- urdf_parser_py -->
</stack>