PX4 Autopilot Software
Go to file
Lorenz Meier 79d9e1be8d sensors app: Load missing param 2015-06-19 10:44:58 -07:00
Debug
Documentation update return switch documentation 2015-04-21 06:54:15 +02:00
Images
NuttX@8004677d8c This is a temporary hot fix for lost data 2015-06-15 07:03:14 -10:00
ROMFS Merged release into master 2015-06-13 11:06:01 +02:00
Tools SITL: updated README and rc.S 2015-06-15 15:48:12 -07:00
integrationtests/demo_tests
launch rename parameters in launch file to match new MP parameters 2015-05-15 09:26:07 +02:00
makefiles Use ?= for MK_DIR in firmware.mk 2015-06-16 09:58:48 -07:00
mavlink/include/mavlink mavlink: Update library version 2015-05-20 20:24:20 +02:00
misc/tones
msg Merged release into master 2015-06-13 11:06:01 +02:00
nuttx-configs This is a temporary hot fix for lost data 2015-06-15 07:03:14 -10:00
posix-configs/SITL POSIX: Fix SITL startup script 2015-06-19 10:44:36 -07:00
src sensors app: Load missing param 2015-06-19 10:44:58 -07:00
unittests OS X porting: Make unit tests compile on OS X 2015-06-13 11:07:17 +02:00
.gitignore Added posix-arm target and refactored toolchain_* files 2015-06-08 22:21:59 -07:00
.gitmodules libuavcan submodule updated 2015-06-10 21:20:57 +03:00
.travis.yml Add size Makefile target for elf 2015-06-13 06:07:57 -10:00
.ycm_extra_conf.py
CMakeLists.txt distance_sensor: added msg definition to 'msg' folder 2015-05-20 12:40:15 +01:00
CONTRIBUTING.md
Firmware.sublime-project Sublime Text: Add posix target 2015-05-25 09:59:28 +02:00
LICENSE.md LICENSE.md: bring year up-to-date 2015-06-12 08:30:50 +01:00
Makefile makefile cleanup 2015-06-16 09:58:48 -07:00
README.md POSIX: Add initial SITL instructions 2015-06-15 21:35:10 +02:00
package.xml

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:

Software in the Loop guide: Use software in the loop to get started with the codebase

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)
  • STM32F4Discovery (basic support) Tutorial

NuttShell (NSH)

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