Abstract
ROVIO is one of the state-of-the-art mono visual inertial odometry algorithms. It uses an Iterative Extended Kalman Filter (IEKF) to align features and update the vehicle state simultaneously by including the feature locations in the state vector of the IEKF. This algorithm is single core intensive, which allows using the other cores for other algorithms, such as object detection and path optimization. However, the computational cost of the algorithm grows rapidly with the total number of features. Each feature adds three new states (a 2D bearing vector and inverse depth), leading to bigger matrix multiplications which are computationally expensive. The main computational load of ROVIO is the iterative part of the IEKF. In this work, we reduce the average computational cost of ROVIO by 40% on an NVIDIA Jetson TX2, without affecting the accuracy of the algorithm. This computational gain is mainly achieved by utilizing the sparse matrices in ROVIO.
Original language | English |
---|---|
Title of host publication | 13th international micro air vehicle conference |
Place of Publication | Delft, the Netherlands |
Pages | 47-52 |
Number of pages | 6 |
Publication status | Published - 2022 |
Event | 13th International Micro Air Vehicle Conference - Delft, Netherlands Duration: 12 Sept 2022 → 16 Sept 2022 Conference number: 13 |
Conference
Conference | 13th International Micro Air Vehicle Conference |
---|---|
Abbreviated title | IMAV2022 |
Country/Territory | Netherlands |
City | Delft |
Period | 12/09/22 → 16/09/22 |
Keywords
- Hybrid MAVs
- Incremental Nonlinear Dynamic Inversion
- UAV