00001 /** \defgroup mrpt_obs_grp [mrpt-obs] 00002 00003 <small> <a href="index.html#libs">Back to list of all libraries</a> | <a href="modules.html" >See all modules</a> </small> 00004 <br> 00005 00006 <h2>Library <code>mrpt-obs</code></h2> 00007 <hr> 00008 00009 In this library there are <b>five</b> key elements or groups of elements: 00010 00011 <ul> 00012 00013 <li><b>Sensor observations:</b> All sensor observations share a common virtual base 00014 class (mrpt::slam::CObservation). There are classes to store laser scanners, 3D range images, 00015 monocular and stereo images, GPS data, odometry, etc. A concept very related to observations 00016 is a mrpt::slam::CSensoryFrame, a set of observations which were collected approximately at the same instant. </li> 00017 00018 <li><b>Rawlogs (datasets):</b> A robotics dataset can be loaded, edited and explored by means 00019 of the class mrpt::slam::CRawlog. See also: http://www.mrpt.org/Rawlog_Format </li> 00020 00021 <li><b>Actions:</b> For convenience in many Bayesian filtering algorithms, robot actions 00022 (like 2D displacement characterized by an odometry increment) can be represented by means 00023 of "actions". See mrpt::slam::CAction.</li> 00024 00025 <li><b>"Simple maps":</b> In MRPT, a "simple map" is a set of pairs: "position", "sensory frames" (read above). 00026 The advantage of maintaining such a "simple map" instead a metric map is that the metric maps 00027 can be rebuilt when needed with different parameters from the raw observations, which are never lost. </li> 00028 00029 <li><b>CARMEN logs tools:</b> Utilities to read from CARMEN log files and load the observations there 00030 as MRPT observations. See mrpt::slam::carmen_log_parse_line and the applications: carmen2rawlog, carmen2simplemap. </li> 00031 00032 </ul> 00033 00034 00035 00036 00037 */ 00038
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |