Other/Generic 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. :::

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):

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

Last updated