Flight Controllers
Last updated
Last updated
Flight controllers are the "brains" of an unmanned vehicle. PX4 can run on .
You should select a board that suits the physical constraints of your vehicle, the activities you wish to perform, and of course cost.
Note that manufacturer-supported controllers can be just as "good" (or better) than those which are Pixhawk-standard.
Integrated companion computer/flight controller solutions include:
PX4 can also run natively on Raspberry Pi (this approach is not generally considered as "robust" as having a separate companion):
PX4 is available on many popular commercial drone products, including some that ship with PX4 and others that can be updated with PX4 (allowing you to add mission planning and other PX4 Flight modes to your vehicle).
open-hardware flight controllers run PX4 on NuttX OS. With many form factors, there are versions targeted towards many use cases and market segments.
are used as the PX4 reference platform. They are supported and tested by the PX4 development team, and are highly recommended.
Other flight controllers are . This includes FCs that are heavily based on the Pixhawk standard (but which are not fully compliant), and many others.
Dedicated flight controllers like Pixhawk are not usually well-suited for general purpose computing or running computationally intensive tasks. For more computing power, the most common approach is to run those applications on a separate onboard .
Other options in
For more information see .