forked from librepilot/LibrePilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
42 lines (30 loc) · 1.58 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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 project’s 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