document tested pixhawk hardware.

This commit is contained in:
clovett 2017-04-10 14:49:33 -07:00
Родитель 85bd1432fb
Коммит e05356c0f9
2 изменённых файлов: 19 добавлений и 3 удалений

Просмотреть файл

@ -50,4 +50,10 @@ INFO [commander] home: 47.6414680, -122.1401672, 119.99
INFO [tone_alarm] home_set
````
Up until this point in time, however, the PX4 will reject takeoff commands.
Up until this point in time, however, the PX4 will reject takeoff commands.
## What do the colors mean in the Segmentation View ?
See [Camera Views](camera_views.md) for information on the camera views and how to change them.

Просмотреть файл

@ -1,11 +1,19 @@
# PX4 development
The [PX4 software stack](http://github.com/px4/firmware) is an open source flight controller that runs on various
hardware. There is a terrific website at [px4.dev.io](http://px4.dev.io) that gives you tons of information about the PX4 stack
hardware (see below for a list). There is a terrific website at [px4.dev.io](http://px4.dev.io) that gives you tons of information about the PX4 stack
and how to build it. But the following are the minimal setup steps on a Linux machine (or
[BashOnWindows](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide)), and
these should work on Ubuntu 14 and Ubuntu 16.
The following pixhawk hardware has been tested with AirSim:
1. [3DR Pixhawk v2](https://3dr.com/support/pixhawk/)
2. [3DR Pixhawk mini](https://store.3dr.com/products/3dr-pixhawk)
2. [Pixhawk PX4 2.4.8](http://www.banggood.com/Pixhawk-PX4-2_4_8-Flight-Controller-32-Bit-ARM-PX4FMU-PX4IO-Combo-for-Multicopters-p-1040416.html)
3. [PixFalcon](https://hobbyking.com/en_us/pixfalcon-micro-px4-autopilot.html?___store=en_us)
## Source code
Getting the PX4 source code is easy:
@ -150,4 +158,6 @@ all the drivers for the sensors in the Pixhawk flight controller, and more. It
in super size-squeezing mode so it can fit all that in a 1 megabyte ROM !!
One nice tid bit is you can plug in your pixhawk USB, and type `make px4fmu-v2_default upload` to flash the
hardware with these brand new bits, so you don't need to use QGroundControl for that.
hardware with these brand new bits, so you don't need to use QGroundControl for that.