Evaluation and recording utilities. More...
Classes | |
class | AlignTrajectory |
Class that given two trajectories, will align the two. More... | |
class | AlignUtils |
Helper functions for the trajectory alignment class. More... | |
class | Loader |
Has helper functions to load text files from disk and process them. More... | |
class | Recorder |
This class takes in published poses and writes them to file. More... | |
class | ResultSimulation |
A single simulation run (the full state not just pose). More... | |
class | ResultTrajectory |
A single run for a given dataset. More... | |
struct | Statistics |
Statistics object for a given set scalar time series values. More... | |
Evaluation and recording utilities.
This project contains the key evaluation and research scripts for localization methods. These come from the necessity of trying to quantify the accuracy of the estimated trajectory while also allowing for the comparision to other methods. Please see the following documentation pages for details:
The key methods that we have included are as follows:
The absolute and relative error scripts have been implemented in C++ to allow for fast computation on multiple runs. We recommend that people look at the rpg_trajectory_evaluation toolbox provided by Zhang and Scaramuzza. For a background we recommend reading their A Tutorial on Quantitative Trajectory Evaluation for Visual(-Inertial) Odometry [Zhang2018IROS] and its use in A Benchmark Comparison of Monocular Visual-Inertial Odometry Algorithms for Flying Robots [Delmerico2018ICRA]