-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmanifest.xml
More file actions
21 lines (18 loc) · 1.02 KB
/
manifest.xml
File metadata and controls
21 lines (18 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<package>
<description brief="slam6d">
Slam6D - This project consists of a software to register 3D point clouds
into a common coordinate system, as well as a viewer to display the szene.
For the registration, different ICP minimizing algorithms can be chosen,
as well as global relaxation methods, aiming at generating an overall
globally consistent szene. Several formats for the point clouds are
supported, new formats can be implemented easily.
</description>
<author>Andreas Nuechter, Kai Lingemann, Jochen Sprickerhof, Dorit Borrmann, Jan Elseberg</author>
<license>GPL</license>
<review status="unreviewed" notes="Still under development."/>
<url>https://slam6d.svn.sourceforge.net/svnroot/slam6d</url>
<export>
<cpp cflags="-I${prefix}/3rdparty/ -I${prefix}/include -I${prefix}/3rdparty/ann_1.1.1_modified/include/ -DMAX_OPENMP_NUM_THREADS=8 -DOPENMP_NUM_THREADS=8 -DOPENMP "
lflags="-Wl,-rpath,${prefix}/lib -lslam -L${prefix}/lib/ -lnewmat_s -fopenmp"/>
</export>
</package>