Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 2f6559b7006594cad03af173263c219e > files > 8105

mrpt-doc-0.9.4-0.1.20110110svn2383.fc15.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>The MRPT project: Library overview: mrpt-obs</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<div align="left"><a href="http://www.mrpt.org/">Main MRPT website</a> &gt; <b>C++ reference</b> </div>
<div align="right">
<a href="index.html"><img border="0" src="mrpt_logo.png" alt="MRPT logo"></a>
</div>
<!-- Generated by Doxygen 1.7.2 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li id="searchli">
        <div id="MSearchBox" class="MSearchBoxInactive">
          <span class="left">
            <form id="FSearchBox" action="search.php" method="get">
              <img id="MSearchSelect" src="search/mag.png" alt=""/>
              <input type="text" id="MSearchField" name="query" value="Search" size="20" accesskey="S" 
                     onfocus="searchBox.OnSearchFieldFocus(true)" 
                     onblur="searchBox.OnSearchFieldFocus(false)"/>
            </form>
          </span><span class="right"></span>
        </div>
      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<h1>Library overview: mrpt-obs </h1>  </div>
</div>
<div class="contents">
<p><small> <a href="index.html#libs">Back to list of libraries</a> </small> <br/>
</p>
<h2>mrpt-obs</h2>
<hr/>
<p>In this library there are <b>five</b> key elements or groups of elements:</p>
<ul>
<li>
<p class="startli"><b>Sensor observations:</b> All sensor observations share a common virtual base class (<a class="el" href="classmrpt_1_1slam_1_1_c_observation.html" title="Declares a class that represents any robot&#39;s observation.">mrpt::slam::CObservation</a>). There are classes to store laser scanners, 3D range images, monocular and stereo images, GPS data, odometry, etc. A concept very related to observations is a <a class="el" href="classmrpt_1_1slam_1_1_c_sensory_frame.html" title="Declares a class for storing a &quot;sensory frame&quot;, a set of &quot;observations&quot; taken by ...">mrpt::slam::CSensoryFrame</a>, a set of observations which were collected approximately at the same instant. </p>
<p class="endli"></p>
</li>
<li>
<p class="startli"><b>Rawlogs (datasets):</b> A robotics dataset can be loaded, edited and explored by means of the class <a class="el" href="classmrpt_1_1slam_1_1_c_rawlog.html" title="This class stores a rawlog (robotic datasets) in one of two possible formats:Format #1: A sequence of...">mrpt::slam::CRawlog</a>. See also: <a href="http://www.mrpt.org/Rawlog_Format">http://www.mrpt.org/Rawlog_Format</a> </p>
<p class="endli"></p>
</li>
<li>
<p class="startli"><b>Actions:</b> For convenience in many Bayesian filtering algorithms, robot actions (like 2D displacement characterized by an odometry increment) can be represented by means of "actions". See <a class="el" href="classmrpt_1_1slam_1_1_c_action.html" title="Declares a class for storing a robot action.">mrpt::slam::CAction</a>.</p>
<p class="endli"></p>
</li>
<li>
<p class="startli"><b>"Simple maps":</b> In MRPT, a "simple map" is a set of pairs: "position", "sensory frames" (read above). The advantage of maintaining such a "simple map" instead a metric map is that the metric maps can be rebuilt when needed with different parameters from the raw observations, which are never lost. </p>
<p class="endli"></p>
</li>
<li>
<p class="startli"><b>CARMEN logs tools:</b> Utilities to read from CARMEN log files and load the observations there as MRPT observations. See <a class="el" href="namespacemrpt_1_1slam.html#aa7c197033076cfa76c71a49eceebde44" title="Parse one line from an text input stream and interpret it as a CARMEN log entry, returning its MRPT o...">mrpt::slam::carmen_log_parse_line</a> and the applications: carmen2rawlog, carmen2simplemap. </p>
<p class="endli"></p>
</li>
</ul>
</div>
<br><hr><br> <table border="0" width="100%"> <tr> <td> Page generated by <a href="http://www.doxygen.org" target="_blank">Doxygen 1.7.2</a> for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011</td><td></td> <td width="100"> </td> <td width="150">  </td></tr> </table> </body></html>