PX4 Autopilot Software
Go to file
Lorenz Meier 5369d23bc6 POSIX: Bump toolchain version to C++11 2015-08-14 18:37:00 +01:00
Debug
Documentation Updated HIL documentation 2015-07-09 21:11:11 -07: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 use multicopter landing detector for vtol 2015-08-14 07:36:16 +02:00
Tools Merged beta to master 2015-08-07 14:41:19 +02:00
integrationtests/demo_tests use global namespace for tests 2015-04-08 13:41:40 +02:00
launch Removed unnecessary iris.launch from launch file 2015-07-23 19:12:45 +02:00
makefiles POSIX: Bump toolchain version to C++11 2015-08-14 18:37:00 +01:00
mavlink/include/mavlink Updated MAVLink submodule 2015-08-11 10:43:54 +02:00
misc/tones
msg vtol fixes: 2015-08-12 20:33:17 +02:00
nuttx-configs FMUv1: Use small buffer for RX DMA hotfix 2015-08-10 16:35:10 +02:00
posix-configs/SITL fix example SITL rcS path 2015-08-07 15:59:51 -04:00
src Upgrade Eigen version 2015-08-14 18:37:00 +01:00
unittests POSIX: Fixes for unit tests after code refactor 2015-07-28 20:48:51 -07:00
.cproject add eclipse CDT project with indexer includes 2015-08-07 15:35:17 -04:00
.gitignore Merged beta into master 2015-08-01 16:58:02 +02:00
.gitmodules libuavcan submodule updated 2015-06-10 21:20:57 +03:00
.project add eclipse CDT project with indexer includes 2015-08-07 15:35:17 -04: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
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 Added launchfile to launch gazebo iris and mavros bridge. Added sitl_gazebo to makefile and new init rc file for gazebo iris apps and params 2015-07-23 15:45:59 +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 PX4 package depends on mav_msgs 2015-07-13 14:52:39 -07: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