PX4 Toolchain
The PX4 project provides a set of recommended tools that you can use to develop, build and debug PX4 and other Dronecode software projects.
Install Git
sudo apt install gitDownload the PX4 source code
mkdir -p ~/srccd ~/src && git clone --recursive https://github.com/PX4/Firmware.git px4-firmware -b v1.11.3Install the toolchain
cd ~/src/px4-firmware && bash ./Tools/setup/ubuntu.shMake your first PX4 build
Install QGroundControl inside the VM
Instructions from the PX4 Developer Guide
Last updated
Was this helpful?