MRPT
2.0.1
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Variables
a
b
c
d
e
g
h
i
l
m
n
p
r
s
t
u
v
w
+
Typedefs
a
c
f
i
m
o
p
r
s
t
v
+
Enumerations
c
e
f
g
m
n
p
s
t
v
+
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
+
Enumerations
a
e
f
j
m
o
p
q
r
s
t
u
v
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
y
+
Related Functions
c
d
e
g
m
o
p
t
w
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Typedefs
b
c
d
g
i
j
l
m
p
r
s
t
v
x
Enumerations
+
Enumerator
a
d
e
i
j
n
p
r
s
u
w
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Examples
lib_mrpt_obs.h
Go to the documentation of this file.
1
/* +---------------------------------------------------------------------------+
2
| Mobile Robot Programming Toolkit (MRPT) |
3
| https://www.mrpt.org/ |
4
| |
5
| Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6
| See: https://www.mrpt.org/Authors - All rights reserved. |
7
| Released under BSD License. See details in https://www.mrpt.org/License |
8
+---------------------------------------------------------------------------+
9
*/
10
11
/** \defgroup mrpt_obs_grp [mrpt-obs]
12
13
Observation classes for all kinds of robot sensors.
14
15
<small> <a href="index.html#libs">Back to list of all libraries</a> | <a
16
href="modules.html" >See all modules</a> </small> <br>
17
18
19
# Library `mrpt-obs`
20
21
This library is part of MRPT and can be installed in Debian-based systems with:
22
23
sudo apt install libmrpt-obs-dev
24
25
See: \ref mrpt_from_cmake
26
27
Key concepts:
28
29
<li><b>Sensor observations:</b> All sensor observations share a common virtual
30
base class (mrpt::obs::CObservation). There are classes to store laser scanners,
31
3D range images, monocular and stereo images, GPS data, odometry, etc. A concept
32
very related to observations is a mrpt::obs::CSensoryFrame, a set of
33
observations which were collected approximately at the same instant. </li>
34
35
<li><b>Rawlogs (datasets):</b> A robotics dataset can be loaded, edited and
36
explored by means of the class mrpt::obs::CRawlog. See also:
37
https://www.mrpt.org/Rawlog_Format </li>
38
39
<li><b>Actions:</b> For convenience in many Bayesian filtering algorithms, robot
40
actions (like 2D displacement characterized by an odometry increment) can be
41
represented by means of "actions". See mrpt::obs::CAction.</li>
42
43
<li><b>"Simple maps":</b> In MRPT, a "simple map" is a set of pairs: "position",
44
"sensory frames" (read above). The advantage of maintaining such a "simple map"
45
instead a metric map is that the metric maps can be rebuilt when needed with
46
different parameters from the raw observations, which are never lost. </li>
47
48
<li><b>CARMEN logs tools:</b> Utilities to read from CARMEN log files and load
49
the observations there as MRPT observations. See
50
mrpt::obs::carmen_log_parse_line and the applications: carmen2rawlog,
51
carmen2simplemap. </li>
52
53
</ul>
54
55
See the list of classes in mrpt::obs
56
57
58
*/
Page generated by
Doxygen 1.8.14
for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020