-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
38 lines (29 loc) · 1.18 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
<?xml version="1.0"?>
<package>
<name>morse_people_tracker</name>
<version>0.0.1</version>
<description>The morse_people_tracker package</description>
<maintainer email="[email protected]">fxj345</maintainer>
<license>MIT</license>
<url type="website">http://www.strands-project.eu</url>
<author email="[email protected]">Ferdian Jovan</author> -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>mongodb_store</build_depend>
<build_depend>rosgraph</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>strands_perception_people_msgs</build_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>mongodb_store</run_depend>
<run_depend>rosgraph</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>strands_perception_people_msgs</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- You can specify that this package is a metapackage here: -->
<!-- <metapackage/> -->
<!-- Other tools can request additional information be placed here -->
</export>
</package>