MRPT  2.0.1
maps-observations.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 2017, 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 /** \page maps_observations Maps and observations compatibility matrix
11  *
12 
13 There exists many kinds of metric maps and observations in MRPT, but some operations
14 involving a map and an observation (for example "inserting" an observation in a map to update it)
15 only make sense for a small subset of map-observation combinations.
16 
17 See:
18 - List of all observations: see derived classes from mrpt::obs::CObservation
19 - List of all metric maps: see derived classes from mrpt::maps::CMetricMap
20 
21 ## Map-observation compatibility matrix
22 
23 The following tables summarize the valid combinations, as implemented so far:
24 
25 
26 ### Valid implementations of `insertObservation()`
27 
28 See: mrpt::maps::CMetricMaps::insertObservation()
29 
30 | Observations | Maps |
31 |---------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
32 | mrpt::obs::CObservation2DRangeScan | mrpt::maps::CColouredOctoMap, mrpt::maps::CHeightGridMap2D, mrpt::maps::CHeightGridMap2D_MRF, mrpt::maps::COccupancyGridMap2D, mrpt::maps::COctoMap, mrpt::maps::CPointsMap (any derived map) |
33 | mrpt::obs::CObservation3DRangeScan | mrpt::maps::CColouredOctoMap, mrpt::maps::COctoMap, mrpt::maps::CPointsMap (any derived map) |
34 | mrpt::obs::CObservation6DFeatures | |
35 | mrpt::obs::CObservationBeaconRanges | mrpt::maps::CBeaconMap (see [RO-SLAM](http://www.mrpt.org/tutorials/slam-algorithms/rangeonly_slam/)) |
36 | mrpt::obs::CObservationBearingRange | |
37 | mrpt::obs::CObservationGasSensors | mrpt::maps::CGasConcentrationGridMap2D |
38 | mrpt::obs::CObservationGPS | |
39 | mrpt::obs::CObservationImage | mrpt::maps::CLandmarksMap (Extract SIFT feats) |
40 | mrpt::obs::CObservationIMU | |
41 | mrpt::obs::CObservationOdometry | |
42 | mrpt::obs::CObservationPointCloud | mrpt::maps::CPointsMap (any derived map) |
43 | mrpt::obs::CObservationRange | mrpt::maps::CPointsMap (any derived map), mrpt::maps::COccupancyGridMap2D |
44 | mrpt::obs::CObservationReflectivity | mrpt::maps::CReflectivityGridMap2D |
45 | mrpt::obs::CObservationRFID | |
46 | mrpt::obs::CObservationRGBD360 | |
47 | mrpt::obs::CObservationRobotPose | |
48 | mrpt::obs::CObservationStereoImages | mrpt::maps::CLandmarksMap (Extract SIFT feats) |
49 | mrpt::obs::CObservationStereoImagesFeatures | mrpt::maps::CLandmarksMap (Append/fuse landmarks) |
50 | mrpt::obs::CObservationVelodyneScan | mrpt::maps::CPointsMap (any derived map), mrpt::maps::CHeightGridMap2D, mrpt::maps::CHeightGridMap2D_MRF |
51 | mrpt::obs::CObservationWindSensor | |
52 | mrpt::obs::CObservationWirelessPower | mrpt::maps::CWirelessPowerGridMap2D |
53 
54 
55 ### Valid implementations of `computeObservationLikelihood()`
56 
57 See: mrpt::maps::CMetricMaps::computeObservationLikelihood()
58 
59 | Observations | Maps |
60 |---------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
61 | mrpt::obs::CObservation2DRangeScan | mrpt::maps::CColouredOctoMap, mrpt::maps::CPointsMap (any derived map), mrpt::maps::COccupancyGridMap2D, mrpt::maps::COctoMap, mrpt::maps::CLandmarksMap |
62 | mrpt::obs::CObservation3DRangeScan | mrpt::maps::CColouredOctoMap & mrpt::maps::COctoMap (must have pointcloud) |
63 | mrpt::obs::CObservation6DFeatures | |
64 | mrpt::obs::CObservationBeaconRanges | mrpt::maps::CBeaconMap (Used for SLAM), mrpt::maps::CLandmarksMap (Used for localization-only) |
65 | mrpt::obs::CObservationBearingRange | |
66 | mrpt::obs::CObservationGasSensors | |
67 | mrpt::obs::CObservationGPS | mrpt::maps::CLandmarksMap (NMEA GGA datum) |
68 | mrpt::obs::CObservationImage | |
69 | mrpt::obs::CObservationIMU | |
70 | mrpt::obs::CObservationOdometry | |
71 | mrpt::obs::CObservationPointCloud | mrpt::maps::CPointsMap (any derived map), mrpt::maps::CColouredOctoMap & mrpt::maps::COctoMap |
72 | mrpt::obs::CObservationRange | |
73 | mrpt::obs::CObservationReflectivity | mrpt::maps::CReflectivityGridMap2D |
74 | mrpt::obs::CObservationRFID | |
75 | mrpt::obs::CObservationRGBD360 | |
76 | mrpt::obs::CObservationRobotPose | mrpt::maps::CLandmarksMap |
77 | mrpt::obs::CObservationStereoImages | mrpt::maps::CLandmarksMap (Convert to SIFT features) |
78 | mrpt::obs::CObservationStereoImagesFeatures | |
79 | mrpt::obs::CObservationVelodyneScan | mrpt::maps::CPointsMap (any derived map), mrpt::maps::CColouredOctoMap & mrpt::maps::COctoMap |
80 | mrpt::obs::CObservationWindSensor | |
81 | mrpt::obs::CObservationWirelessPower | |
82 
83 
84 */



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