1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/flight/Doc/OpenPilot Advantage.txt
dankers bfa45ba575 Finish Rename
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@89 ebee16cc-31ac-478f-84a7-5cbb03baadba
2009-12-21 21:48:33 +00:00

25 lines
910 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
- OpenPilot has logging directly onboard, this is extremely helpful for tuning and trouble
shooting.
NMEA GPS support, does not require special binary protocol
Fully complete (no soldering to do)
Standard servo headers so you don't have to butcher your servos.
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++