PX4 Autopilot Software
Go to file
Erik de Castro Lopo 5e9a8d0c03 Baro sim: Add missing initializers 2015-11-26 13:29:11 +11:00
Debug
Documentation
Images
NuttX@3009fb230e
ROMFS Merge pull request #3143 from PX4/takeoff_landing 2015-11-18 12:42:36 +01:00
Tools Fixed documentation for decode_backtrace.py 2015-11-23 21:37:55 -08:00
cmake Enable perf command 2015-11-24 14:23:42 +01:00
integrationtests/demo_tests
launch
mavlink/include/mavlink
misc/tones
msg Add takeoff commands / flags 2015-11-20 11:14:36 +01:00
nuttx-configs NuttX build flags: Remove trivial warnings 2015-10-19 13:05:27 +02:00
posix-configs/SITL Gazebo tailsitter config: Start correct RGB sim 2015-11-23 12:41:13 +01:00
src Baro sim: Add missing initializers 2015-11-26 13:29:11 +11:00
unittests
.gitignore Prevent Git-gate from Qt creator local files 2015-10-19 22:39:57 +02:00
.gitmodules Changed dspal submodule to come from ATLFlight 2015-11-17 16:13:42 -08:00
.travis.yml Fix Travis syntax 2015-11-24 09:03:55 +01:00
.ycm_extra_conf.py
CMakeLists.txt Fix to move DriverFramework includes to common 2015-11-19 09:35:18 -08:00
CONTRIBUTING.md
Firmware.sublime-project
LICENSE.md
Makefile Makefile: Extend make clean with submodule sync which will save some developers 2015-11-23 12:41:44 +01:00
README.md Update README 2015-10-25 12:07:18 +01:00
Vagrantfile Switched Vagrant to use static IP 2015-10-25 23:36:57 +01:00
package.xml
template_.cproject Move Eclipse project files out of the way since they screw over Windows users 2015-11-08 19:05:13 +01:00
template_.project Move Eclipse project files out of the way since they screw over Windows users 2015-11-08 19:05:13 +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://dev.px4.io

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

This repository contains code supporting these boards:

  • Snapdragon Flight
  • FMUv1.x
  • FMUv2.x (Pixhawk)
  • FMUv3.x (Pixhawk 2)
  • AeroCore (v1 and v2)
  • STM32F4Discovery (basic support) Tutorial

NuttShell (NSH)

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