mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-03 11:24:10 +01:00
01fd25ac8d
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@44 ebee16cc-31ac-478f-84a7-5cbb03baadba
21 lines
734 B
Plaintext
21 lines
734 B
Plaintext
Real time OS
|
|
Open Source
|
|
Custom powerful Hardware using High Denisty SMT32
|
|
Does not need PPM convertor
|
|
Does not need a recompile for a settings change
|
|
SD Card logging
|
|
NMEA GPS support, does not require special binary protocol
|
|
Fully complete (no soldering to do)
|
|
comes with software loaded
|
|
Cross Platform Build, entire dev development is easy to setup
|
|
|
|
There is a clear distinction in the codebase, PiOS handles the hardware and hides
|
|
the intricities of micro controller developement. OpenPilot sits on top of PiOS and
|
|
is written in clear portable C. The autopilot code of OpenPilot is there for easy to develop
|
|
on without the hassle of direct hardware access.
|
|
|
|
|
|
Cross Platform Ground Station written in c++
|
|
|
|
|
|
|