PX4 Autopilot Software
Go to file
Lorenz Meier 2314ebe4c2 POSIX Makefile: Fix CLANG 3.5 2015-07-05 16:16:09 +02:00
Debug Profiler: folder fix - more special cases for operator<< and operator>> 2015-01-21 14:54:24 +01:00
Documentation update return switch documentation 2015-04-21 06:54:15 +02:00
Images Add STM32F4 discovery config. 2015-04-16 22:51:08 +02:00
NuttX@8004677d8c This is a temporary hot fix for lost data 2015-06-15 07:03:14 -10:00
ROMFS Merged beta into master 2015-07-04 23:02:47 +02:00
Tools POSIX: Add GDB init 2015-07-05 15:08:40 +02:00
integrationtests/demo_tests use global namespace for tests 2015-04-08 13:41:40 +02:00
launch rename parameters in launch file to match new MP parameters 2015-05-15 09:26:07 +02:00
makefiles POSIX Makefile: Fix CLANG 3.5 2015-07-05 16:16:09 +02:00
mavlink/include/mavlink mavlink: Update library version 2015-05-20 20:24:20 +02:00
misc/tones Allow tone_alarm cmd to take filename as parameter 2013-08-31 16:06:15 -04:00
msg Merge pull request #2207 from mhkabir/cam_trig_new 2015-07-04 18:38:05 +02:00
nuttx-configs Merged release_v1.0.0 branch into master 2015-06-25 21:45:17 +02:00
posix-configs/SITL SITL: Move simulator startup to the beginning of the startup 2015-07-04 07:25:08 -07:00
src Merge branch 'beta' 2015-07-05 13:48:16 +02:00
unittests Merge pull request #2501 from mcharleb/whitespace-cleanup 2015-07-01 23:46:44 +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 Travis CI: Add CLANG so we can start to phase in SITL tests 2015-07-05 13:47:33 +02:00
.ycm_extra_conf.py Added youcompleteme config. 2014-03-22 13:32:33 -04:00
CMakeLists.txt distance_sensor: added msg definition to 'msg' folder 2015-05-20 12:40:15 +01:00
CONTRIBUTING.md Improving the contribution guide file 2015-01-11 14:55:53 +01:00
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 Fix parallel build for POSIX / QuRT 2015-07-05 12:06:45 +02:00
README.md POSIX: Add initial SITL instructions 2015-06-15 21:35:10 +02:00
Vagrantfile Vagrant: Force time sync 2015-07-05 16:15:51 +02: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:

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