lsy_drone_racing.envs#
This module contains the environments for the drone racing challenge.
Environments are split into simulation and real-world environments. The simulation environments use the simulation module to provide a realistic simulation of the drone racing challenge for training, testing and iterating on controller designs. The real-world environments mirror the interface of the simulation environments, but use the Vicon motion capture system to track the drone and race track elements in the lab, and sent the controller actions to the real drone.
Note
While the interfaces are the same and we try to keep the environments as similar as possible, the dynamics of the drone and all observations are subject to a sim2real gap. The transition between simulation and real-world may therefore require additional tuning of the controller design.