VIO: Visual-Inertial Odometry—estimating position and orientation by combining camera images and motion sensors (IMU)
Sim-to-Real: The problem of transferring a robot policy trained in a simulation (video game-like environment) to the physical world
Residual Model: A machine learning model that predicts the error (residual) between a simulator's prediction and what actually happens in reality
MPC: Model Predictive Control—a traditional control method that plans a trajectory by optimizing a physics model over a future time horizon
PPO: Proximal Policy Optimization—a popular reinforcement learning algorithm used to train the drone's control network
Kalman Filter: A mathematical algorithm that fuses noisy sensor data (like VIO and gate detections) to produce a more accurate estimate of the drone's position
Split-S: A challenging aerobatic maneuver where the drone inverts and dives in a half-loop
Gaussian Process: A statistical model that predicts a value and its uncertainty, used here to model unpredictable noise in the drone's vision system