Aerial Gym Simulator: A Framework for Highly Parallelized Simulation of Aerial Robots
Mihir Kulkarni, Welf Rehberg, Kostas Alexis
TL;DR
The paper introduces the Aerial Gym Simulator, a GPU-accelerated, highly parallel framework built on NVIDIA Isaac Gym that enables simulation of arbitrary multirotor configurations with rich exteroceptive sensing. It combines a modular architecture, a comprehensive controller suite, and a custom GPU-based rendering pipeline for depth, segmentation, and normals, along with exteroceptive sensor models and runnable DRL environments compatible with Gymnasium. Key contributions include support for arbitrary motor counts and reconfigurable airframes, multiple control abstractions, a pseudoinverse-based body-wrench allocation, and a scalable, ray-casting rendering framework that significantly accelerates sensor simulation. The authors validate sim2real transfer for state-based and vision-based navigation policies and provide open-source access to the toolkit, enabling researchers to train and deploy policies for learning-based aerial control and planning with exteroceptive data.
Abstract
This paper contributes the Aerial Gym Simulator, a highly parallelized, modular framework for simulation and rendering of arbitrary multirotor platforms based on NVIDIA Isaac Gym. Aerial Gym supports the simulation of under-, fully- and over-actuated multirotors offering parallelized geometric controllers, alongside a custom GPU-accelerated rendering framework for ray-casting capable of capturing depth, segmentation and vertex-level annotations from the environment. Multiple examples for key tasks, such as depth-based navigation through reinforcement learning are provided. The comprehensive set of tools developed within the framework makes it a powerful resource for research on learning for control, planning, and navigation using state information as well as exteroceptive sensor observations. Extensive simulation studies are conducted and successful sim2real transfer of trained policies is demonstrated. The Aerial Gym Simulator is open-sourced at: https://github.com/ntnu-arl/aerial_gym_simulator.
