# UrdfSim **Repository Path**: quintmin/UrdfSim ## Basic Information - **Project Name**: UrdfSim - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-03 - **Last Updated**: 2026-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Welcome to UrdfSim UrdfSim is a fork of the [AirSim simulator](https://github.com/Microsoft/AirSim) that attempts to solve the problem of simulation of arbitrary robots. This fork maintains backwards compatibility with the existing AirSim features, while adding the capability of simulation of arbitrary robot, with control via python and c++ APIs. This simulator is built upon the excellent AirSim simulator released by MSR, and the Unreal Engine. This code base works with UE 4.24. Other versions may work, but are not explicitly tested or supported. Here are some examples of bots that can be built inside of AirSim-URDF: ![LunabotPicture](docs/images/Lunabot.gif) ![ArmPicture](docs/images/Arm.gif) If you're looking for binaries with this extension baked in, consider downloading one of the [annotated maps](https://github.com/mitchellspryn/AnnotatedUnrealMaps) If you're looking for an example of an application of this project to a real problem, consider looking at the [robomagellan orchestrator](https://github.com/mitchellspryn/RoboMagellanOrchestrator), which uses UrdfSim to simulate a run of the [Seattle Robotics Society's RoboMagellan competition](https://robothon.org/rules-robo-magellan/). ## How to Get It ### Windows * [Build it](docs/build_windows.md) ### Linux * [Build it](docs/build_linux.md) To get started with the custom robot functionality, proceed to [Using a URDF pawn](docs/UsingAUrdfPawn.md).