forked from mustang66ytz/DMP-Sawyer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
35 lines (26 loc) · 1.09 KB
/
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
34
35
<?xml version="1.0"?>
<package>
<name>dmp_sawyer</name>
<version>0.0.0</version>
<description>Implements Dynamic Movement Primitives in a robot agnostic way</description>
<author>Scott Niekum</author>
<maintainer email="[email protected]">Scott Niekum</maintainer>
<license>BSD</license>
<url type="website">http://www.ros.org/wiki/dmp</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>intera_core_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>std_msgs</build_depend>
<run_depend>common_msgs</run_depend> <!-- nav_msgs, sensor_msgs, geometry_msgs -->
<run_depend>image_common</run_depend>
<run_depend>ros</run_depend>
<run_depend>ros_comm</run_depend> <!-- rospy, roscpp -->
<run_depend>intera_core_msgs</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<build_depend>message_generation</build_depend>
<run_depend>message_runtime</run_depend>
</package>