welcome: please sign in
location: Diff for "rtslam"
Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2010-12-13 21:34:33
Size: 1686
Editor: cyril42e-wifi
Comment: +provides
Revision 7 as of 2010-12-14 09:21:33
Size: 1793
Editor: cyril42e-wifi
Comment: improve presentation
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
<!> '''Disclaimer:''' RT-SLAM is currently in development and has no official release. It is provided as-is, there is no standalone installation, there is some code to adapt for your own use, and it is generally not advised (yet) to people who do not want to get their hands dirty.
Line 6: Line 7:
<!> '''Disclaimer:''' RT-SLAM is currently in development and has no official release. It is provided as-is, there is no standalone installation, there is some code to adapt for your own use, and it is generally not advised (yet) to people who do not want to get their hands dirty.
Line 11: Line 11:
 * '''genericity''': sensor models, landmark types, landmark models, reparametrization from one landmark model to another one, estimating biases;  * '''genericity''': for sensor models, landmark types, landmark models, landmarks reparametrization, biases estimation;
Line 13: Line 13:
 * '''flexibility''': different estimation/image processing sequencing (active search), independent base brick for a hierarchical multimap and multirobots architecture;
 * '''robustness''' : near-optimal repartition of landmarks, data association errors detection (gating, ransac);
 * '''developer-friendly''' : visualization tools (2D and 3D), offline replay step by step, logs, simulation.
 * '''flexibility''': different estimation/image processing sequencing strategies (active search), independent base brick for a hierarchical multimap and multirobots architecture;
 * '''robustness''': near-optimal repartition of landmarks, data association errors detection (gating, ransac);
 * '''developer-friendly''': visualization tools (2D and 3D), offline replay step by step, logs, simulation.
Line 18: Line 18:
 * Anchored Homogeneous Points (Inverse Depth) that can be reparametrized into Euclidean Points
 * Pinhole cameras
 * Constant Velocity prediction model
 * Active search and 1-point Ransac for data association
 * '''Landmarks''': Anchored Homogeneous Points (Inverse Depth) that can be reparametrized into Euclidean Points;
 * '''Sensors''': Pinhole cameras;
 * '''Prediction''': Constant velocity model;
 * '''Data association''': Active search, 1-point Ransac, and mixed strategies.
Line 33: Line 33:
{{attachment:rtslam.png|RT-SLAM screen|width=800}}
Line 38: Line 39:
 * Inertial and Odometry Slam  * Inertial Slam
 *
Odometry Slam
Line 40: Line 42:
 * Segment Slam  * Segments Slam

RT-SLAM

RT-SLAM stands for Real Time SLAM (Simultaneous Localization And Mapping).

<!> Disclaimer: RT-SLAM is currently in development and has no official release. It is provided as-is, there is no standalone installation, there is some code to adapt for your own use, and it is generally not advised (yet) to people who do not want to get their hands dirty.

Presentation

RT-SLAM is a fast Slam library and test framework based on EKF. Its main qualities are:

  • genericity: for sensor models, landmark types, landmark models, landmarks reparametrization, biases estimation;

  • speed: real time at 60 fps, VGA, gray level;

  • flexibility: different estimation/image processing sequencing strategies (active search), independent base brick for a hierarchical multimap and multirobots architecture;

  • robustness: near-optimal repartition of landmarks, data association errors detection (gating, ransac);

  • developer-friendly: visualization tools (2D and 3D), offline replay step by step, logs, simulation.

For now it provides:

  • Landmarks: Anchored Homogeneous Points (Inverse Depth) that can be reparametrized into Euclidean Points;

  • Sensors: Pinhole cameras;

  • Prediction: Constant velocity model;

  • Data association: Active search, 1-point Ransac, and mixed strategies.

Documentation

Screenshots and videos

RT-SLAM screen

Roadmap

  • Stabilize and make a release
  • Inertial Slam
  • Odometry Slam
  • Multimap Slam
  • Segments Slam

OpenrobotsWiki: rtslam (last edited 2014-07-24 13:43:17 by croussil)