Skip to content

Yackou/TauLabs

This branch is 1 commit ahead of, 2788 commits behind TauLabs/TauLabs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Yannick Vignon
Apr 25, 2014
ed34a53 · Apr 25, 2014
Feb 2, 2014
Dec 20, 2013
Jun 24, 2013
Apr 25, 2014
Apr 25, 2014
Jul 19, 2013
Apr 25, 2014
May 14, 2013
Jul 17, 2013
Mar 7, 2014
Apr 25, 2014
Nov 29, 2013
Feb 7, 2012
Jan 27, 2013
Oct 16, 2012
May 24, 2013
Nov 11, 2012
Feb 27, 2011
Jan 6, 2014
Oct 29, 2012
Feb 22, 2014
May 24, 2013

Repository files navigation

Tau Labs

Goals

The goal of Tau Labs is to focus on writing high quality open source code for autopilots that can easily provide the basis for research projects or further development by anyone. The project focuses on high quality code, robust testing, and ease of use. Our target audience is professionals, researchers, and students, but we want to make those more advanced techniques easy and accessible for anyone.

By “research”, we mean not only universities or institutions focused on research on UAVs, but any group who might have use for UAVs for their research purpose. Examples include UAVs used for agricultural surveys, air quality logging. By “students” we mean aiming the use of our project in the classroom, especially thanks to the availability of an entry-level reference platform (see below).

The Tau Labs software is released under the GPL and will be treated in that spirit. The code was forked from the OpenPilot project in November of 2012. Porting the software to new boards is encouraged and fun. The project will also maintain a set of reference platforms which the code will be more frequently tested against and will be expected to perform optimally. As it was put, these will receive “A+ development support.” As Lilvinz put it, with open source you can only give and create and we want to continue doing that.

Getting involved

Click that big fork button on github and start coding! We use pull requests as reviews so expect a lot of constructive feedback!

In addition check out http://forums.taulabs.org for more discussion

Chat on freenode.net #taulabs

Code Layout

Here is a quick breakdown of the main directories to get you oriented

  • flight - contains the firmware components of the code
  • flight/target - the location of the board targets (e.g. flight/targets/freedom)
  • flight/PiOS - contains the drivers
  • flight/Modules - the flight control logic, broken into modules that communicate via UAVObjects
  • flight/tests - unit tests for some components of the flight code
  • ground - contains the GCS code
  • shared - contains UAV Object definitions shared between the GCS and the flight firmware
  • androidgcs - contains the ground control software for android

Packages

No packages published

Languages

  • C 63.7%
  • C++ 28.9%
  • TypeScript 3.7%
  • Java 1.8%
  • Python 0.8%
  • IDL 0.4%
  • Other 0.7%