forked from isri-aist/HumanRetargetingController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
33 lines (22 loc) · 881 Bytes
/
package.xml
File metadata and controls
33 lines (22 loc) · 881 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
31
32
33
<package format="2">
<name>human_retargeting_controller</name>
<version>0.1.0</version>
<description>
Controller for retargeting the motion from human to humanoid robot
</description>
<maintainer email="m-murooka@aist.go.jp">Masaki Murooka</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/human_retargeting_controller</url>
<author>Masaki Murooka</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>baseline_walking_controller</depend>
<build_depend>eigen</build_depend>
<exec_depend>rviz</exec_depend>
<exec_depend>rospy</exec_depend>
<doc_depend>doxygen</doc_depend>
<buildtool_depend>ament_cmake</buildtool_depend>.
<build_depend>ament_cmake_python</build_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>tf_transformations</exec_depend>
</package>