PX4 Autopilot Software
Go to file
Mark Charlebois 260bbcb64a Nuttx: fixups after rebase on Linux
Seems that mavlink_receiver_linux.cpp inherited the history
from mavlink_receiver.cpp so updates went to it vs mavlink_receiver_nuttx.cpp

Two module.mk files used ifdef instead of ifeq.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
2015-04-20 12:57:02 -07:00
Debug
Documentation
Images Add STM32F4 discovery config. 2015-04-16 22:51:08 +02:00
NuttX@94818ce16f Update NuttX version from @Zefz 2015-03-10 12:56:03 +01:00
ROMFS fixed name of generic firefly mixer 2015-04-20 17:09:09 +02:00
Tools QuRT: added missing make pieces 2015-04-20 11:37:51 -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
linux-configs/linuxtest Linux: Added support for drivers/rgbled 2015-04-20 11:37:50 -07:00
makefiles Silence use of gnu extension gnu-array-member-paren-init 2015-04-20 12:02:23 -07:00
mavlink/include/mavlink MAVLink: Update submodule to fix compile error 2015-04-15 18:55:01 +02:00
misc/tones
msg mc_att_control: implemented anti windup 2015-04-18 11:19:46 +02:00
nuttx-configs log multirotor attitude controller status 2015-04-18 11:26:19 +02:00
src Nuttx: fixups after rebase on Linux 2015-04-20 12:57:02 -07: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 reduce parallel make to 4 threads 2015-04-18 01:25:54 -04:00
.ycm_extra_conf.py
CMakeLists.txt added integration tests to cmake list 2015-02-28 18:25:36 +01:00
CONTRIBUTING.md
Firmware.sublime-project Disable parallel builds in Sublime, as it hides compile errors 2015-03-07 11:59:02 +01:00
LICENSE.md
Makefile QuRT: added missing make pieces 2015-04-20 11:37:51 -07:00
README.md
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