px4-firmware/README.md

36 lines
1.9 KiB
Markdown
Raw Normal View History

## PX4 Flight Core and PX4 Middleware ##
2014-09-09 04:12:38 -03:00
2015-01-19 08:16:44 -04:00
[![Build Status](https://travis-ci.org/PX4/Firmware.svg?branch=master)](https://travis-ci.org/PX4/Firmware) [![Coverity Scan](https://scan.coverity.com/projects/3966/badge.svg?flat=1)](https://scan.coverity.com/projects/3966?tab=overview)
2014-12-20 14:06:25 -04:00
2014-12-18 14:13:22 -04:00
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PX4/Firmware?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2015-10-25 08:07:18 -03:00
This repository contains the [PX4 Flight Core](http://px4.io), with the main applications located in the src/modules directory. It also contains the PX4 Drone Platform, which contains drivers and middleware to run drones.
2014-09-09 04:12:38 -03:00
* Official Website: http://px4.io
2015-06-12 04:29:22 -03:00
* License: BSD 3-clause (see [LICENSE.md](https://github.com/PX4/Firmware/blob/master/LICENSE.md))
2015-01-09 17:56:58 -04:00
* Supported airframes (more experimental are supported):
2014-12-21 11:26:54 -04:00
* [Multicopters](http://px4.io/platforms/multicopters/start)
* [Fixed wing](http://px4.io/platforms/planes/start)
* [VTOL](http://px4.io/platforms/vtol/start)
* Releases
* [Downloads](https://github.com/PX4/Firmware/releases)
2015-01-02 14:15:56 -04:00
### Users ###
2016-01-09 11:59:22 -04:00
Please refer to the [user documentation](https://px4.io) and [user forum](https://discuss.px4.io) for flying drones with the PX4 flight stack.
2015-01-02 14:15:56 -04:00
### Developers ###
2016-01-09 11:59:22 -04:00
* [Developer Forum / Mailing list](http://groups.google.com/group/px4users)
* [Guide for Contributions](https://github.com/PX4/Firmware/blob/master/CONTRIBUTING.md)
* [Developer guide](http://dev.px4.io)
This repository contains code supporting these boards:
2015-12-08 07:46:32 -04:00
* [Snapdragon Flight](http://dev.px4.io/hardware-snapdragon.html)
2015-01-11 07:55:57 -04:00
* FMUv1.x
2015-12-08 07:46:32 -04:00
* FMUv2.x ([Pixhawk](http://dev.px4.io/hardware-pixhawk.html), Pixhawk 2 and [Pixfalcon](http://dev.px4.io/hardware-pixfalcon.html))
* FMUv4.x (Pixhawk X and [Pixracer](http://dev.px4.io/hardware-pixracer.html))
2015-01-02 14:01:47 -04:00
* AeroCore (v1 and v2)
* STM32F4Discovery (basic support) [Tutorial](https://pixhawk.org/modules/stm32f4discovery)