mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
bfa45ba575
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@89 ebee16cc-31ac-478f-84a7-5cbb03baadba
25 lines
910 B
Plaintext
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++
|
|
|
|
|
|
|