PX4 Autopilot Software
Go to file
Lorenz Meier bba6f0ae1d Merge pull request #1919 from PX4/ekf_gyro
EKF gyro offsetfix
2015-03-16 00:04:03 +01: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 Better defaults for filter tuning params 2015-03-15 12:00:48 +01:00
Tools Tools: added boot_now.py script 2015-03-14 21:12:24 +11:00
integrationtests/demo_tests - updated flight path assertion position subscription and added check if it does not get a position after 1 sec 2015-03-15 16:39:35 +01:00
launch set ground truth to true again, needs latest master from euroc_simulator 2015-03-15 15:50:25 +01:00
makefiles FMUv1: Disabled RAM-hogging apps 2015-03-07 14:16:46 +01:00
mavlink/include/mavlink Updated mavlink to master 2015-02-28 15:19:16 +01:00
misc/tones Allow tone_alarm cmd to take filename as parameter 2013-08-31 16:06:15 -04:00
msg improve comments for attitude message 2015-03-09 22:01:11 +01:00
nuttx-configs FMUv2: added bootloader delay signature to text 2015-03-14 21:12:19 +11:00
src Merge pull request #1919 from PX4/ekf_gyro 2015-03-16 00:04:03 +01:00
unittests Graupner HoTT SUMD/SUMH Receiver Protocol added 2015-03-07 11:39:00 +01:00
.gitignore add make check_format to check astyle code formatting 2015-03-02 12:48:19 -05:00
.gitmodules Merge remote-tracking branch 'upstream/master' into dev_ros 2014-12-29 08:00:12 +01:00
.travis.yml Travis: better output of built binaries 2015-03-05 22:43:42 +01: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