MRPT  2.0.1
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