Skip to content

AM7000000/TauLabs

 
 

Repository files navigation

Tau Labs - Brain FPV Flight Controller

This version of Tau Labs adds support for the Brain FPV Flight Controller. It closely follows the upstream "next" branch, the main differences to "next" are:

  • Hardware support files for Brain (under flight/targets/brain)
  • GCS support for Brain
  • On-Screen Display (OSD) code (flight/Modules/OnScreenDisplay, flight/PiOS/STM32F4xx/pios_video.c)
  • MPU9250 driver
  • LPS25H driver (work in progress)

Drivers and hopefully also the OSD code will eventually be merged into the upstream Tau Labs "next" branch. When contributing code, please only open a pull request here if the changes are Brain specific, all other code should be included in the upstream Tau Labs project (https://github.com/TauLabs/TauLabs).

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.

Open source hardware information (where available) lives in this repository at flight/hardware/*/hw.

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 55.4%
  • C++ 23.0%
  • Eagle 14.6%
  • KiCad Layout 3.3%
  • Java 1.3%
  • Makefile 0.8%
  • Other 1.6%