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-02-05 09:51:02 +01:00
artwork Delete wrong font. 2014-08-29 20:39:15 +02:00
flight uncrustificationization 2015-01-25 15:48:45 +01:00
ground Merge remote-tracking branch 'origin/rel-15.01' into thread/OP-1628_AutoUpgrade_OPLM_Issues 2015-02-05 09:51:02 +01:00
hardware OPLink Mini HW for Rel-14.10 2014-10-30 14:58:57 +11:00
make OP-1628 Fixed DFUUtil installation in Tools.mk 2015-01-19 23:59:44 +01:00
matlab Reset executable bits from non-executable files (Windows legacy) 2013-04-24 01:18:46 +03:00
package OP-1701 Fix Linux Qt config: added a resource with qt.conf which has correct prefix set 2015-02-03 15:51:59 +13:00
shared OP-1652 Typo FlexiIOPin 2015-01-21 14:32:21 +01: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 Update gitignore to make sure we keep that pro.user out of git 2014-09-08 18:23:03 +10:00
.gitmodules OP-892: fix broken op_overo path in .gitmodules 2013-04-12 20:10:20 +03:00
CREDITS.txt Added Stefan Karlsson to CREDITS.txt 2014-09-15 22:49:21 +02: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 branch 'parched/OP-1666_deb_tidy' into next 2015-01-13 11:25:27 +13: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 rel-15.01 2015-01-31 21:17:29 +11: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