forked from chongyi-zheng/SMPLpp
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.xml
31 lines (25 loc) · 791 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
<package format="2">
<name>smplpp</name>
<version>0.1.0</version>
<description>
SMPL
</description>
<maintainer email="[email protected]">XXX XXX</maintainer>
<license>MIT</license>
<url>http://ros.org/wiki/smplpp</url>
<author>Chongyi Zheng</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>roslib</depend>
<depend>rosbag</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>visualization_msgs</depend>
<depend>sensor_msgs</depend>
<depend>qp_solver_collection</depend>
<build_depend>message_generation</build_depend>
<build_depend>eigen</build_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>rqt_ez_publisher</exec_depend>
<test_depend>rosunit</test_depend>
</package>