forked from CIFASIS/sptam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
38 lines (31 loc) · 1.01 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 format="2">
<name>sptam</name>
<version>0.0.0</version>
<description>The sptam package</description>
<maintainer email="[email protected]">taihu</maintainer>
<maintainer email="[email protected]">taihu</maintainer>
<license>GPLv3</license>
<url type="website">https://github.com/lrse/sptam</url>
<author email="[email protected]">Taihú Pire</author>
<author email="[email protected]">Thomas Fischer</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>cv_bridge</depend>
<depend>pcl_ros</depend>
<depend>message_filters</depend>
<depend>image_geometry</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>cmake_modules</depend>
<depend>nodelet</depend>
<depend>libg2o</depend>
<export>
<nodelet plugin="${prefix}/sptam_plugin.xml" />
</export>
</package>