Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 699 Bytes

Installing_Ardupilot_20_04.md

File metadata and controls

41 lines (33 loc) · 699 Bytes

Installing Ardupilot and MAVProxy Ubuntu 20.04

Clone ArduPilot

In home directory:

cd ~
sudo apt install git
git clone https://github.com/ArduPilot/ardupilot.git
cd ardupilot

Install dependencies:

cd ardupilot
Tools/environment_install/install-prereqs-ubuntu.sh -y

reload profile

. ~/.profile

If the next step "git submodule update" fails

git config --global url.https://.insteadOf git://

Checkout Latest Copter Build

git checkout Copter-4.0.4
git submodule update --init --recursive

Run SITL (Software In The Loop) once to set params:

cd ~/ardupilot/ArduCopter
sim_vehicle.py -w