Skip to content

General Development Tools

This section lists useful additional development tools that are not part of the core PX4 build toolchain.

Ground Control Software

Download and install the QGroundControl Daily Build.

TIP

The daily build includes development tools that hidden in release builds. It may also provide access to new PX4 features that are not yet supported in release builds.

QGroundControl

IDE / Code Editors

The development team recommend Visual Studio Code (VSCode), a popular open source IDE. VSCode is the "officially supported" IDE, primarily because it is the easiest of the IDEs to set up and use with PX4.

The following IDEs also work (but are not recommended unless you're an expert):

INFO

There is an Eclipse project and a Sublime project in the source tree.