-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathlinks.html
More file actions
54 lines (40 loc) · 2.1 KB
/
links.html
File metadata and controls
54 lines (40 loc) · 2.1 KB
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
<!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="pics/openslam-logo.png" border=0>
<br>
<h3>Links</h3>
<br>
<table width=500>
<tr><td>
<h3>Datasets</h3>
<li><a href="misc/BAE_RSJCJR_2011.pdf" target="_bank">The Cheddar Gorge Data Set</a> by R. Simpson, J. Cullip and J. Revell
<li> Kinect datasets of the <a
href="http://cvpr.in.tum.de/data/datasets/rgbd-dataset"
target="_bank">TUM Computer Vision and Pattern Recognition Group</a></li>
<li> <a href="http://radish.sourceforge.net/" target="_bank">RADISH</a>: The Robotics Data Set Repository.</li>
<li> Datasets of <a href="http://www.cs.cmu.edu/~bobwang/datasets.html" target="_bank">Bob Wang</a></li>
<li> Datasets of <a href="http://www.acfr.usyd.edu.au/homepages/academic/enebot/dataset.htm" target="_bank">Eduardo Nebot</a></li>
<li> <a href="http://www.nada.kth.se/%7Ejohnf/kthdata/dataset.html" target="_bank">KTH Datasets</a></li>
<li> MIT Killian Court dataset of <a href="http://www.ijrr.org/contents/23_12/abstract/1113.html" target="_bank">Mike Bosse</a></li>
<li> Datasets of <a href="http://www.informatik.uni-freiburg.de/~stachnis/datasets.html" target="_bank">Cyrill Stachniss</a></li>
<h3>Robotic Software Packages</h3>
<li> <a href="http://carmen.sourceforge.net/" target="_bank">CARMEN</a> - The Carnegie Mellon Robot Navigation Toolkit.</li>
<li> <a href="http://playerstage.sourceforge.net/" target="_bank">Player/Stage</a> - Free Software Tools for Robot and Sensor Applications</li>
<li> <a href="http://www.robots.ox.ac.uk/%7Epnewman/TheMOOS/index.html" target="_bank">TheMOOS</a> - Mission Orientated Operating Suite</li>
\
</td></tr>
</table>
</center>
</body>
</html>