1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
The LibrePilot open source project was founded in July 2015. It focuses on research and development of software and hardware to be used in a variety of applications including vehicle control and stabilization, unmanned autonomous vehicles and robotics.
Go to file
2015-05-04 21:15:24 +10:00
artwork fix some artwork permissions 2015-02-25 12:58:12 +13:00
flight Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into abeck/OP-1858-autotakeoff 2015-05-04 21:15:24 +10:00
ground uncrustified 2015-05-02 16:46:35 +02:00
hardware Add Revo hardware files 2015-04-26 05:47:40 +10:00
make OP-1837 This change adds support for the Multiplex SRXL v1 and v2 protocols. 2015-04-26 15:04:52 +02:00
matlab Reset executable bits from non-executable files (Windows legacy) 2013-04-24 01:18:46 +03:00
package Merge remote-tracking branch 'origin/rel-15.02.02' into next 2015-04-20 14:54:07 +02:00
shared OP-1837 This change adds support for the Multiplex SRXL v1 and v2 protocols. 2015-04-26 15:04:52 +02:00
.commit-template Fix an isssue with OpenSSL installation that was causing all_sdk_install 2014-01-14 11:05:16 +01:00
.gitattributes .gitattributes: add a note how to renormalize old branches for merge 2013-04-24 03:31:09 +03:00
.gitignore Merge remote-tracking branch 'origin/filnet/OP-1818_update_OP_toolchain_for_compiling_osgearth' into next 2015-04-25 17:24:31 +02:00
.gitmodules OP-892: fix broken op_overo path in .gitmodules 2013-04-12 20:10:20 +03:00
CREDITS.txt Add Sam to credits, thanks for Chinese translations. 2015-02-25 00:32:44 +01:00
GPLv3.txt Move GPLv3.txt from flight/Doc/License/ to top directory and convert to CRLF 2013-04-24 22:39:28 +03:00
LICENSE.txt OP-910: reformat LICENSE.txt, no text changes 2013-06-01 22:10:39 +02:00
Makefile Merge remote-tracking branch 'origin/filnet/OP-1818_update_OP_toolchain_for_compiling_osgearth' into next 2015-04-25 17:24:31 +02:00
MILESTONES.txt Add Jim's amazing nav flight 2014-09-14 23:02:56 +10:00
README.txt rel-15.01 2015-01-31 21:17:29 +11:00
WHATSNEW.txt update whatsnew for release 2015-04-05 17:40:41 +02:00

What is OpenPilot all about?
----------------------------

The project aims at implementing the best features of all existing similar systems developed by
enthusiasts and combines them into a single, easy-to-use software/hardware package. The ease-of-use
in this case does not imply functional simplicity or compromises. There are no rigidly defined
constraints and settings, but a full-fledged programming language configuration loaded via a
Ground Control Station and other advanced features. OpenPilot is developed as a powerful platform
for all types of vehicles.

This is a non-profit project of the OpenPilot Foundation
--------------------------------------------------------

This is a project using only volunteer personnel who have donated enormous amounts of time, money
and effort. Please respect the people that are part of the project and their generosity. OpenPilot
is funded entirely at the expense of those who spend their time and money in the development of the
public project which helps it grow. Giving complete and correct references to all their work is not
only a legal requirement of the CC-BY-SA license, but also simple respect for their work. The people
who create this project, really deserve it for their very hard work.

The OpenPilot project web sites
-------------------------------

The project provides feature-rich development and collaboration environment using advanced tools such
as GCC compilers, git, Atlassian JIRA, Confluence, FishEye, Crucible, Bamboo, Crowd, forums and blogs.

Main project web site:	http://www.openpilot.org/
Project forums:		http://forums.openpilot.org/
Wiki, docs and manuals:	http://wiki.openpilot.org/
Bug and issue tracker:	http://progress.openpilot.org/
Source code repository:	http://git.openpilot.org/
Crucible code reviews:	http://reviews.openpilot.org/cru
Project build server:	http://bamboo.openpilot.org/
Community blogs:	http://forums.openpilot.org/blogs/
Software downloads:	http://wiki.openpilot.org/display/WIKI/OpenPilot+Downloads

How to build from source?
-------------------------

make all_sdk_install
make all

The project supports Windows, Linux and Mac OS X platforms as well as Android.
Check the wiki for more details: http://wiki.openpilot.org/display/Doc/OpenPilot+Developer+Manual