What's this?
This is a repository of scientific papers whose experimental results were carried out using the MRPT library and tools. Along with each paper, you'll also find the corresponding datasets, the source code used for the experiments and/or instructions/scripts to reproduce the results.
Yours not here?
If you want to add a paper to this list, just contact us at
.
See also: A direct search in Google Scholar for publications mentioning MRPT.
"6 DoF SLAM using a ToF Camera: The challenge of a continuously growing number of landmarks", Siegfried Hochdorfer, Christian Schlegel, IROS 2010 - (Link).
Authors are with the Collaborative Center for Applied Research (http://www.zafh-servicerobotik.de/), Ulm, Germany.
Online video with results from this paper:
"A tutorial on SE(3) transformation parameterizations and on-manifold optimization", J.L. Blanco, Technical report, 2010. (PDF, Bibtex). Updated: 12/SEP/2010.
Abstract: An arbitrary rigid transformation in SE(3) can be separated into two parts, namely, a translation and a rigid rotation. This technical report reviews, under a unifying viewpoint, three common alternatives to representing the rotation part: sets of three (yaw-pitch-roll) Euler angles, orthogonal rotation matrices from SO(3) and quaternions. It will be described: (i) the equivalence between these representations and the formulas for transforming one to each other (in all cases considering the translational and rotational parts as a whole), (ii) how to compose poses in each representation and (iii) how the uncertainty of the poses (when modeled as Gaussian distributions) is affected by these transformations and compositions. Some brief notes are also given about the Jacobians required to implement least-squares optimization on manifolds, an very promising approach in recent SLAM literature. The text reflects which MRPT C++ library functions implement each of the described algorithms. All the implementations have been thoroughly validated by means of unit testing.
"Optimal Filtering for Non-Parametric Observation Models: Applications to Localization and SLAM", J.L. Blanco, J. Gonzalez, J.A. Fernandez-Madrigal, The International Journal of Robotics Research (IJRR), (In press), DOI: 10.1177/0278364910364165 2010.
A Collection of Outdoor Robotic Datasets with centimeter-accuracy Ground Truth, Jose-Luis Blanco, Francisco-Angel Moreno, Javier Gonzalez, Autonomous Robots , 2009 - (Draft PDF) - (Official PDF )
Abstract: The lack of publicly accessible datasets with a reliable ground truth has prevented in the past a fair and coherent comparison of different methods proposed in the mobile robot Simultaneous Localization and Mapping (SLAM) literature. Providing such a ground truth renders specially challenging in the case of visual SLAM, where the world model is 3-dimensional and the robot path is 6-dimensional. This work addresses both the practical and theoretical issues found while building a collection of six outdoor datasets. It is discussed how to estimate the 6-d vehicle path from readings of a set of three Real Time Kinematics (RTK) GPS receivers, as well as the associated uncertainty bounds that can be employed to evaluate the performance of Visual SLAM methods. The vehicle was also equipped with several laser scanners, from which reference point clouds are built as a test-bed for other algorithms such as segmentation or surface fitting. All the datasets, calibration information and associated software tools are available for download