Vision is an essential part of attitude control for many flying animals, some of which have no dedicated sense of gravity. Flying robots, on the other hand, typically depend heavily on accelerometers and gyroscopes for attitude stabilization. In this work, we present the first vision-only approach to flight control for use in generic environments. We show that a quadrotor drone equipped with a downward-facing event camera can estimate its attitude and rotation rate from just the event stream, enabling flight control without inertial sensors. Our approach uses a small recurrent convolutional neural network trained through supervised learning. Real-world flight tests demonstrate that our combination of event camera and low-latency neural network is capable of replacing the inertial measurement unit in a traditional flight control loop. Furthermore, we investigate the network’s generalization across different environments, and the impact of memory and different fields of view. While networks with memory and access to horizon-like visual cues achieve best performance, variants with a narrower field of view achieve better relative generalization. Our work showcases vision-only flight control as a promising candidate for enabling autonomous, insect-scale flying robots.


Additional Files
View at MAVLab Links to paper and the code for: drone, training, ROS, data
Drone - View at GitHub Overview repository for the Event-Orin drone
Training - View at GitHub This project aims to learn, supervised, the attitude and angular rates of a drone from only event camera data (and optionally motor commands). Extending the work by De Croon et al., Nature 2022, this would allow flying without IMU.
ROS - View at GitHub Learning (on-device) from a live event camera with PyTorch and ROS2.
Data - View at 4TU.ResearchData Datasets used for training, validating and testing of the networks deployed on the drone for the publication: All Eyes, no IMU: Learning Flight Attitude from Vision Alone