Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

HDVIO2.0: Wind and Disturbance Estimation with Hybrid Dynamics VIO

Created by
  • Haebom

Author

Giovanni Cioffi, Leonard Bauersfeld, Davide Scaramuzza

Outline

HDVIO2.0 was developed to overcome the limitations of conventional visual-inertial measurement (VIO), which degrades performance in the presence of low-availability vehicle models and persistent external disturbances such as wind. It introduces a six-degrees-of-freedom (6DoF) translational and rotational vehicle dynamics model, tightly integrating it with VIO while minimizing computational load in real-time applications. It captures complex aerodynamic effects using a hybrid dynamics model combining a point-mass vehicle model and learning-based components, and accesses control commands and IMU history to represent rotational dynamics as a continuous time function. It utilizes the difference between actual and predicted motion to estimate external forces and robot state. It outperforms state-of-the-art methods on publicly available and novel drone dynamics datasets and in real-world flight experiments with winds up to 25 km/h. It demonstrates that accurate vehicle dynamics predictions are possible even without precise knowledge of the vehicle state.

Takeaways, Limitations

Takeaways:
Solving the performance degradation problem of existing VIO by efficiently integrating 6-DoF vehicle dynamics models.
Estimation of complex aerodynamic effects and external forces through hybrid dynamic models.
Excellent performance even in strong wind environments (up to 25 km/h).
Accurate vehicle dynamics predictions possible even without precise vehicle condition information.
Performance verification through actual drone flight tests.
Limitations:
Lack of detailed description of the learning-based components of the hybrid model.
Further research is needed on generalization performance across different environments and drone models.
Lack of quantitative analysis of computational costs.
👍