-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.xml
40 lines (33 loc) · 1.32 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
36
37
38
39
40
<package>
<name>trep_puppet_demo</name>
<version>1.0.0</version>
<description>trep_puppet_demo use trep to simulate a marionette, and use the Kinect to
control it!</description>
<maintainer email="schultzjarvis@jarvis.com">Jarvis Schultz</maintainer>
<license>BSD</license>
<url type="website"></url>
<!-- <url type="bugtracker"></url> -->
<author>Jarvis Schultz</author>
<!-- Dependencies which this package needs to build itself. -->
<buildtool_depend>catkin</buildtool_depend>
<!-- Dependencies needed to compile this package. -->
<build_depend>roscpp</build_depend>
<build_depend>roslib</build_depend>
<build_depend>rospy</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_srvs</build_depend>
<build_depend>interactive_markers</build_depend>
<build_depend>tf</build_depend>
<build_depend>common_rosdeps</build_depend>
<!-- Dependencies needed after this package is compiled. -->
<run_depend>roscpp</run_depend>
<run_depend>roslib</run_depend>
<run_depend>rospy</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>std_srvs</run_depend>
<run_depend>interactive_markers</run_depend>
<run_depend>tf</run_depend>
<run_depend>common_rosdeps</run_depend>
</package>