Windows下使用AirsimQGC进行PX4硬件在环HITL This tutorial will guide you through the installation of Airsim and QGC on Windows, so that the hardware-in-the-loop experiment can be conducted. Hardware-in-the-Loop (HITL or HIL) is a simulation mode in which nor…
在Windows下搭建AirSim环境
1.安装Visual Studio
这里题主安装的是2019,之前安装的。
这里有个问题就是有些组件当时没勾选安装,现在要用怎么办,这里有个方法。
找到Visual Studio Installer 点击修改 即可重新勾选需要的组件ÿ…
Windows下,AirSim确实比Carla好用。
项目地址:https://github.com/microsoft/AirSim.git
API https://microsoft.github.io/AirSim/api_docs/html/index.html
支持python、c。
下载已编译好的安装包:Release v1.5.0 - Windows microsoft…
home
AirSim是一款基于虚幻引擎的无人机、汽车等模拟器(我们现在也有一个实验性的Unity版本)。它是开源的,跨平台的,支持使用流行的飞行控制器(如PX4和ArduPilot)进行软件在环模拟,并支持使用PX4进行物理和视觉逼真模拟的硬件在环模拟。它是…