-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathslam6d.html
110 lines (93 loc) · 4.13 KB
/
slam6d.html
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OpenSLAM.org</title>
<meta name="description" content="OpenSLAM.org">
<meta name="keywords" content="OpenSLAM SLAM robot mapping localization research">
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<meta name="robots" content="index">
<meta http-equiv="expires" content="Sat, 01 Dec 2001 00:00:00 GMT">
<link rel="stylesheet" type="text/css" href="style2.css">
</head>
<body bgcolor="#FFFFFF">
<br>
<br>
<center>
<img src="openslam-logo.png" border=0>
</center>
<br>
<center><h2>SLAM6D - Simultaneous Localization and Mapping with 6 DoF</h2></center><center><table width=700> <tr><tr><td colspan=2>
This project consists of a software to register 3D point clouds into a common coordinate system, as well as a viewer to display the scene. For the registration, different ICP minimizing algorithms can be chosen, as well as global relaxation methods, aiming at generating an overall globally consistent scene. Several formats for the point clouds are supported, new formats can be implemented easily.
</td></tr>
</td></tr>
<tr><td colspan=2>
<br><b>Authors</b><br>
<a href="http://www.nuechti.de" target="_blank">Andreas Nuechter</a>;
Kai Lingemann;
Jochen Sprickerhof;
Dorit Borrmann;
Jan Elseberg;
Peter Schneider;
Deyuan Qui;
</td></tr>
<tr><td colspan=2>
<br> <b>Long Description</b><br>
This project consists of a software to register 3D point clouds into a common coordinate system, as well as a viewer to display the scene. For the registration, different ICP minimizing algorithms can be chosen, as well as global relaxation methods, aiming at generating an overall globally consistent scene. Several formats for the point clouds are supported, new formats can be implemented easily.
<br><br></td></tr>
<tr><td colspan=2>
<b>Example Images</b><br>
</td></tr>
<tr>
<td colspan=2><a href="http://www.openslam.org/imgs/indoor.png"><img src="http://www.openslam.org/imgs/s_indoor.png" border=0><a/><br>A matches indoor 3D point cloud acquired with Kurt3D</td>
</tr>
<tr>
<td colspan=2><a href="http://www.openslam.org/imgs/outdoor.png"><img src="http://www.openslam.org/imgs/s_outdoor.png" border=0><a/><br>Example outdoor 3D scan</td>
</tr>
<tr>
<td colspan=2><a href="http://www.openslam.org/imgs/outdoor_top_view.png"><img src="http://www.openslam.org/imgs/s_outdoor_top_view.png" border=0><a/><br>Large outdoor scene in a bird eye view</td>
</tr>
<tr>
<td colspan=2><a href="http://www.openslam.org/imgs/oerebro_mine.png"><img src="http://www.openslam.org/imgs/s_oerebro_mine.png" border=0><a/><br>3D scans inside the Kvarntorp mine near Oerebro</td>
</tr>
<tr><td colspan=2>
<br> <b>Input Data </b><br> 3D scan data in various file formats.
</td></tr>
<tr><td colspan=2>
</td></tr>
<tr><td colspan=2>
<br> <b>Type of Map</b><br> 6DSLAM can be used to create consistent 3D point clouds
</td></tr>
<tr><td colspan=2>
<br> <b> Hardware/Software Requirements</b><br>
6DSLAM was tested under gcc 4.3.2, icc 11.0 and MS Visual Studio
<br>
</td></tr>
<tr><td colspan=2>
<br> <b>Papers Describing the Approach</b>
<br> Andreas Nuechter:
3D Robotic Mapping,
Springer Tracts in Advanced Robotics (STAR), ISBN 978-3540898832, Springer Verlag, 2009<br>
</td></tr>
<tr><td colspan=2>
<br><b>License Information</b><br>
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br>
The authors allow the users of OpenSLAM.org to use and modify the source code for their own research. Any commercial application, redistribution, etc has to be arranged between users and authors individually and is not covered by OpenSLAM.org.<br><br>
SLAM6D is licenced under GPLv3
</td></tr>
</td></tr>
<tr><td colspan=2>
<br><br>
*** OpenSLAM.org is not responsible for the content of this webpage *** <br>
*** Copyright and V.i.S.d.P.:
<a href="http://www.nuechti.de" target="_blank">Andreas Nuechter</a>;
Kai Lingemann;
Jochen Sprickerhof;
Dorit Borrmann;
Jan Elseberg;
Peter Schneider;
Deyuan Qui;
*** <br>
</td></tr>
</table></center>
</body>
</html>