microsoft/AirSim Installation Guide
How to install microsoft/AirSim. Official project installation instructions and setup guide.
Automated Install (Recommended)
Quick installation instructions for microsoft/AirSim. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i microsoft/AirSimInstall via npx
npx @hexmos/ipm i microsoft/AirSimPrerequisites
Unreal Engine
package_managerVersion: 4.26.3 or later (check for compatibility with AirSim version before installation)
Visual Studio Code
environmentVersion: 1.70 or later
For code editing and debugging.
Optional
Python
languageVersion: 3.8 or later (check for compatibility with AirSim version before installation)
pip
package_managerFor installing Python packages.
Git
system_toolVersion: 2.30 or later (check for compatibility with AirSim version before installation)
CMake
build_toolFor building the project.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Code (Clone and Build)
makePost Installation Steps
- Open the AirSim application in your preferred environment (e.g., a web browser).
- You should be able to interact with the simulator and start experimenting.
- If you encounter any issues, refer to the FAQ or contact the community for assistance.
