CVJan 11, 2019

A General Optimization-based Framework for Local Odometry Estimation with Multiple Sensors

arXiv:1901.03638v1404 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for robust and flexible odometry estimation in robotics by enabling easy fusion of various sensors, though it is incremental as it builds on existing optimization methods.

The paper tackles the problem of local odometry estimation by proposing a general optimization-based framework that supports multiple sensor sets, treating each sensor as a factor in a pose graph, and demonstrates its performance on public datasets and real-world experiments with visual and inertial sensors, achieving results comparable to state-of-the-art algorithms.

Nowadays, more and more sensors are equipped on robots to increase robustness and autonomous ability. We have seen various sensor suites equipped on different platforms, such as stereo cameras on ground vehicles, a monocular camera with an IMU (Inertial Measurement Unit) on mobile phones, and stereo cameras with an IMU on aerial robots. Although many algorithms for state estimation have been proposed in the past, they are usually applied to a single sensor or a specific sensor suite. Few of them can be employed with multiple sensor choices. In this paper, we proposed a general optimization-based framework for odometry estimation, which supports multiple sensor sets. Every sensor is treated as a general factor in our framework. Factors which share common state variables are summed together to build the optimization problem. We further demonstrate the generality with visual and inertial sensors, which form three sensor suites (stereo cameras, a monocular camera with an IMU, and stereo cameras with an IMU). We validate the performance of our system on public datasets and through real-world experiments with multiple sensors. Results are compared against other state-of-the-art algorithms. We highlight that our system is a general framework, which can easily fuse various sensors in a pose graph optimization. Our implementations are open source\footnote{https://github.com/HKUST-Aerial-Robotics/VINS-Fusion}.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes