aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/mixer
Commit message (Expand)AuthorAgeFilesLines
* Fixed minor compile errorLorenz Meier2013-01-071-0/+5
* Merged with masterLorenz Meier2013-01-075-395/+584
|\
| * Rework the way we scan text for scaler definitions; something weird was going...px4dev2012-12-301-25/+27
| * Fix logic for handling partial buffers.px4dev2012-12-301-9/+28
| * Assorted compile fixes.px4dev2012-12-292-4/+4
| * whitespace/formattingpx4dev2012-12-292-16/+26
| * Factory method for a simple mixer that converts PWM/PPM values to the standar...px4dev2012-12-292-26/+118
| * Add the ability to reset a mixer group. Report the remaining buffer size from...px4dev2012-12-292-11/+23
| * Make mixer ioctls load from a memory buffer rather than a file. This is prep ...px4dev2012-12-295-401/+453
* | Attention: flipped the yaw direction of multirotors in order to be compatible...Julian Oes2013-01-022-41/+38
|/
* Merge remote-tracking branch 'upstream/master' into ioJulian Oes2012-11-131-0/+1
|\
| * Fixed the number of control inputs for simple mixer. Contributed by Thomas Gu...Lorenz Meier2012-11-101-0/+1
* | Several fixes, hex flies, failsafe not really tested yetJulian Oes2012-11-111-1/+1
* | Got rid of the control limitation at high throttleJulian Oes2012-11-071-7/+7
* | Scale control signals with thrust for low thrustJulian Oes2012-11-061-0/+22
|/
* Major formatting/whitespace cleanuppx4dev2012-10-233-9/+19
* Avoid a couple of unnecessary promotions to double.px4dev2012-09-031-2/+2
* Adjust the mixer tables for observed yaw sign behavior.px4dev2012-09-032-37/+37
* sscanf field widths seem to be broken, don't use them.px4dev2012-08-201-1/+1
* fix a fatal one-character typo in the multirotor output scaling logicpx4dev2012-08-161-1/+1
* New multirotor mixer; builds, not yet tested.px4dev2012-08-155-9/+331
* mechanical style fixupspx4dev2012-08-143-13/+24
* Syntax change to improve readability; output scalers are now labelled O: inst...px4dev2012-08-112-33/+84
* Rework the mixer architecture based on discussions about arbitrary geometry m...px4dev2012-08-105-0/+977