PX4 Autopilot Software
Go to file
Lorenz Meier 70246c30c4 MAVLink: Updated library version 2015-04-15 16:49:03 +02:00
Debug Profiler: folder fix - more special cases for operator<< and operator>> 2015-01-21 14:54:24 +01:00
Documentation More diagrams 2015-02-09 10:03:21 +01:00
Images Add Gumstix AeroCore device 2014-05-13 09:41:41 -07:00
NuttX@94818ce16f Update NuttX version from @Zefz 2015-03-10 12:56:03 +01:00
ROMFS sdlog2: Do not abort startup without microSD 2015-04-14 12:16:14 +02:00
Tools Store parameter xml size 2015-04-14 19:17:30 -07:00
integrationtests/demo_tests use global namespace for tests 2015-04-08 13:41:40 +02:00
launch removed attitude parameter, configuration works now 2015-04-08 13:41:40 +02:00
makefiles Merge pull request #1938 from Grawp/master 2015-03-21 08:10:32 +01:00
mavlink/include/mavlink MAVLink: Updated library version 2015-04-15 16:49:03 +02:00
misc/tones Allow tone_alarm cmd to take filename as parameter 2013-08-31 16:06:15 -04:00
msg Fix detection of USB connected state. Needs bench test without USB 2015-04-04 10:15:46 +02:00
nuttx-configs nuttx-configs fix code style 2015-03-19 23:49:36 +01:00
src Merge pull request #2029 from DonLakeFlyer/ParamXml 2015-04-15 09:35:29 +02:00
unittests trivial code style cleanup round 2 2015-03-27 23:38:58 -04:00
.gitignore fixed missing float fields in IMU sdlog2 format 2015-03-27 10:31:12 -07:00
.gitmodules Eigen: Add eigen as a submodule 2015-03-17 11:34:04 +01:00
.travis.yml Travis CI: Cleanup 2015-04-04 12:07:05 +02:00
.ycm_extra_conf.py Added youcompleteme config. 2014-03-22 13:32:33 -04:00
CMakeLists.txt added integration tests to cmake list 2015-02-28 18:25:36 +01:00
CONTRIBUTING.md Improving the contribution guide file 2015-01-11 14:55:53 +01:00
Firmware.sublime-project Disable parallel builds in Sublime, as it hides compile errors 2015-03-07 11:59:02 +01:00
LICENSE.md Add license file 2014-09-09 09:08:56 +02:00
Makefile add make check_format to check astyle code formatting 2015-03-02 12:48:19 -05:00
README.md update Firmware Download link 2015-02-24 20:59:47 +01:00
package.xml adding previous integration demo tests 2015-02-28 18:25:36 +01:00

README.md

PX4 Flight Core and PX4 Middleware

Build Status Coverity Scan

Gitter

This repository contains the PX4 Flight Core, 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.

Users

Please refer to the user documentation for flying drones with the PX4 flight stack.

Developers

Contributing guide:

Developer guide: http://px4.io/dev/

Testing guide: http://px4.io/dev/unit_tests

This repository contains code supporting these boards:

  • FMUv1.x
  • FMUv2.x
  • AeroCore (v1 and v2)

NuttShell (NSH)

NSH usage documentation: http://px4.io/users/serial_connection