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
2013-11-04 00:13:14 +11:00
artwork Reset executable bits from non-executable files (Windows legacy) 2013-04-24 01:18:46 +03:00
flight uncrustification 2013-10-19 21:59:07 +02:00
ground OP-1103 Fix for build error on OSX 10.8 after Qt5.1.1 update 2013-11-04 00:13:14 +11:00
hardware Add hardware files 2012-10-16 22:52:45 +11:00
make Merge branch 'amorale/OP-835_linux_sdk_installer' into next 2013-11-02 12:16:23 +01:00
matlab Reset executable bits from non-executable files (Windows legacy) 2013-04-24 01:18:46 +03:00
package OP-1002: Windows Installer: update branding images 2013-06-22 04:14:23 +02:00
shared Merge remote-tracking branch 'origin/next' into amorale/OP-1058_uavo_named_accessors 2013-08-31 16:03:30 +02:00
.gitattributes .gitattributes: add a note how to renormalize old branches for merge 2013-04-24 03:31:09 +03:00
.gitignore OP-1103 Fix for build error on OSX 10.8 after Qt5.1.1 update 2013-11-04 00:13:14 +11:00
.gitmodules OP-892: fix broken op_overo path in .gitmodules 2013-04-12 20:10:20 +03:00
CREDITS.txt Update CREDITS.txt 2013-06-26 13:14:19 +03: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 Makefile: remove unused target (gcs_all_clean) 2013-05-28 20:58:07 +03:00
MILESTONES.txt OP-910: reformat and update MILESTONES.txt 2013-06-01 22:10:44 +02:00
README.txt Update README.txt with project sites list 2013-04-25 13:13:34 +03:00
WHATSNEW.txt Merge branch 'rel-13.06.02' 2013-07-05 19:02:39 -07: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/BUILDS/OpenPilot+Software+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