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

Tong Qin,Jie Pan,Shaozu Cao,Shaojie Shen
DOI: https://doi.org/10.48550/arXiv.1901.03638
2019-01-12
Abstract: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{<a class="link-external link-https" href="https://github.com/HKUST-Aerial-Robotics/VINS-Fusion" rel="external noopener nofollow">this https URL</a>}.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is that in robotics, as more and more sensors are equipped on robots to improve their robustness and autonomous capabilities, how to design a general - purpose optimization framework to support multiple sensor combinations for local odometry estimation. Traditional algorithms are usually only applicable to a single sensor or a specific sensor suite. However, this paper proposes a new general - purpose optimization framework that can easily fuse different types of sensor data, thereby achieving more accurate state estimation on different platforms and in different scenarios. In addition, this framework can also quickly remove failed sensors when sensors malfunction and add replacement sensors, thus improving the flexibility and reliability of the system.