OpenPilot

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

OpenPilot
Openpilot logo.png
Developer(s) OpenPilot Team
Stable release 15.02.02 / July 18, 2015; 8 years ago (2015-07-18)[1]
Written in C and C++
Operating system Cross-platform Windows, Mac OS, Linux & Android
Type Unmanned aerial vehicle
License GPLv3
Website www.openpilot.org

OpenPilot is a Free software unmanned aerial vehicle project for model aircraft aimed at supporting both multi-rotor craft as well as fixed-wing aircraft. Initially founded by David Ankers, Angus Peart and Vassilis Varveropoulos in late 2009, OpenPilot was conceived as both a learning tool and to address areas the developers perceived were lacking in other small UAV platforms.[2]

The OpenPilot open source autopilot software can be combined with hardware such as an inertial navigation system board, a main control board, a GPS receiver, and a 2.4 GHz serial communications link with the ground station.[3]

The OpenPilot software is released under the GPL version 3 license. OpenPilot was discontinued and reinitialized as LibrePilot.

Components

The OpenPilot project consists of two component parts, these are the on-board firmware and the ground control station (GCS).[4] The firmware part of the project is written in C whilst the ground control station is written in C++ utilizing Qt.

Hardware

The current on-board hardware is a custom designed solution based on the STM32 microcontroller.[5] There are two physical boards that are part of the hardware solution, the first is the main OpenPilot board which contains the core microcontroller, SD socket, barometer plus servo connectors and second, the AHRS board which contains the sensor hardware. In other words, the hardware consists of two boards 1. The microcontroller board -the Core 2. The Sensors board - the AHRS

AHRS

The OpenPilot AHRS is a 9DOF unit and contains MEMS gyroscopes, accelerometers and a 3 direction magnetometer. Combined with the sensors, the OpenPilot AHRS contains its own Cortex M3 microcontroller which runs a Kálmán filter.[6] Filtered orientation data and inertial measurements are presented back to the main OpenPilot board using an SPI interface.[6]

The OpenPilot AHRS contains the following components:[7]

  • STM32 F1 Onboard (STM32F103C8)
  • 3× ADXRS610 Rate Gyros
  • 1× HMC5843 Magnetometer
  • 1× LIS344ALH 3-Axis Accelerometer

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. http://www.openpilot.org/about/
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. http://www.openpilot.org/OpenPilot_v1.1
  6. 6.0 6.1 http://www.openpilot.org/OpenPilot_AHRS
  7. http://forums.openpilot.org/topic/34-ahrs-development-progress/

External links