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-07-09 02:28:09 +02:00
artwork fix some artwork permissions 2015-02-25 12:58:12 +13:00
flight Revert "REVONANO - workaround the issue with usart baud rate rounding changing slightly the Xtal frequency." 2015-06-06 11:31:02 +02:00
ground LP-03 Installer img and icon - move SplashScreen text 2015-07-09 02:28:09 +02:00
hardware Add Revo hardware files 2015-04-26 05:47:40 +10:00
make Move win_sdk_install tools storage to LibrePilot 2015-07-08 11:06:16 +02:00
matlab Reset executable bits from non-executable files (Windows legacy) 2013-04-24 01:18:46 +03:00
package LP-03 Installer img and icon - move SplashScreen text 2015-07-09 02:28:09 +02:00
shared REVONANO: Added limit for ComBridge on Nano receiver port. 2015-06-04 22:18:16 +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 15.05 Update contributors 2015-05-19 20:37:31 +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
legacy_openpilot_license.txt rename OP license file 2015-07-08 15:24:38 +02:00
LICENSE.txt LP-03 Add missing LICENSE.txt needed for win32 package 2015-07-09 00:32:28 +02:00
Makefile Merge branch 'rel-15.05' into rel-nano-15.05 2015-05-19 22:24:16 +10:00
MILESTONES.txt REVONANO Milestones update 2015-05-18 21:30:05 +02:00
README.txt Add Readme for LibrePilot 2015-07-08 01:48:00 +02:00
WHATSNEW.txt Release 15.05 WhatsNew update 2015-06-20 16:10:38 +10:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

About the LibrePilot Project
----------------------------

Open - Collaborative - Free 

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. One of the projects primary goals is to provide an open
and collaborative environment making it the ideal home for development of 
innovative ideas.

LibrePilot welcomes and encourages exchange and collaboration with other 
projects, like adding support for existing hardware or software in 
collaboration under the spirit of open source.
 
LibrePilot finds its roots in the OpenPilot project and the founding members
are all long-standing contributors in that project.

The LibrePilot project will be governed by a board of members using consensual
methods to make important decisions and to set the overall direction of the
project.

The LibrePilot source code is released under the OSI approved GPL V3 license.
Integral text of the license can be found at http://www.gnu.org/licenses/gpl-3.0.en.html


Links for the LibrePilot Project
--------------------------------

Main project web site:  https://www.librepilot.org/
Project forums:	        https://forum.librepilot.org/
Source code repository: https://github.com/librepilot
GitHub issue tracker:   https://github.com/librepilot/LibrePilot/issues

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

make all_sdk_install
make all

Both development environment and GCS are supported on Windows, Linux and Mac OS X