-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
29 lines (21 loc) · 904 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
<?xml version="1.0"?>
<package>
<name>dmp</name>
<version>0.0.0</version>
<description>Implements Dynamic Movement Primitives in a robot agnostic way</description>
<author>Scott Niekum</author>
<maintainer email="sniekum@cs.umass.edu">Scott Niekum</maintainer>
<license>BSD</license>
<url type="website">http://www.ros.org/wiki/dmp</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>cmake_modules</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 -->
<build_depend>message_generation</build_depend>
<run_depend>message_runtime</run_depend>
</package>