aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/mixer
Commit message (Collapse)AuthorAgeFilesLines
* whitespace/formattingpx4dev2012-12-292-16/+26
|
* Factory method for a simple mixer that converts PWM/PPM values to the ↵px4dev2012-12-292-26/+118
| | | | standard internal format.
* Add the ability to reset a mixer group. Report the remaining buffer size ↵px4dev2012-12-292-11/+23
| | | | from load_from_buf.
* Make mixer ioctls load from a memory buffer rather than a file. This is prep ↵px4dev2012-12-295-401/+453
| | | | for uploading the memory buffer to IO to be processed there.
* 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 ↵Lorenz Meier2012-11-101-0/+1
| | | | | | | | Gubler
* | 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: ↵px4dev2012-08-112-33/+84
| | | | | | instead of looking like control scalers. Make mixer terminology more consistent; mixer inputs are 'controls'.
* Rework the mixer architecture based on discussions about arbitrary geometry ↵px4dev2012-08-105-0/+977
mixing and plugins. Now the mixer is a C++ library that can be fairly easily bolted into an output driver to provide mixing services. Teach the FMU driver how to use it as an example. More testing is still required.