Skip to content

PX4 Toolchain Installation

Mayant Mukul edited this page Mar 28, 2018 · 2 revisions

Basic Toolchain

Do NOT use the convenience Bash scripts provided on the website

Follow the instructions at PX4 Development Guide for Linux (Ubuntu/Debian).

We'll be using NuttX based hardware, so AVOID Snapdragon Flight, Raspberry Pi and Parrot.

Steps to follow:

  • Permission Setup
  • Remove the modemmanager
  • Common dependencies
  • Ninja build system
  • FastRTPS installation
  • Simulation Dependencies

We'll prefer Qt Creator as our IDE.

mavros

Get mavros source from their GitHub repository here. Fork the repository and refer to its README for installation instructions.