-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
55 lines (41 loc) · 1.35 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0"?>
<package format="2">
<!-- PACKAGE INFORMATION -->
<!-- - - - - - - - - - - -->
<name>ltm</name>
<version>0.0.0</version>
<description>
Long Term Memory for robots using ROS. Thesis project.
</description>
<author email="[email protected]">Matías Pavez</author>
<maintainer email="[email protected]">Matías Pavez</maintainer>
<license>GPL-3.0</license>
<url type="repository">https://github.com/mpavezb/ltm</url>
<!-- SYSTEM DEPENDENCIES -->
<!-- - - - - - - - - - - -->
<!-- build system tool to build this package -->
<buildtool_depend>catkin</buildtool_depend>
<!-- build, export, and execution dependencies -->
<depend>rospy</depend>
<depend>roscpp</depend>
<depend>std_srvs</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>smach</depend>
<depend>smach_ros</depend>
<depend>pluginlib</depend>
<depend>ltm_db</depend>
<!-- build dependencies -->
<build_depend>message_generation</build_depend>
<!-- export dependencies -->
<!-- -->
<!-- excution dependencies -->
<exec_depend>message_runtime</exec_depend>
<!-- test dependencies -->
<!-- -->
<!-- documentation dependencies -->
<!-- -->
<export>
</export>
</package>