ArduPilot & SITL
is a simulator that allows you to run ArduPilot on your PC without any special hardware. It is a build of the autopilot code using an ordinary C++ compiler, giving you a native executable that allows
Installation Instructions [1]
sudo apt-get update
sudo apt-get install git
sudo apt-get install gitk git-guigit clone --recurse-submodules https://github.com/ArduPilot/ardupilot.gitcd ardupilotTools/environment_install/install-prereqs-ubuntu.sh -y. ~/.profileSITL Set up [2]
cd ~/ardupilot/ArduCoptersim_vehicle.py -wSet up Gazebo with SITL
Sources
Last updated