aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/mixers
Commit message (Collapse)AuthorAgeFilesLines
* Add support for per-config ROMFS generation.px4dev2013-02-2313-498/+0
|
* Updated mixers for Q and X5Lorenz Meier2013-02-102-0/+52
|
* Merge remote-tracking branch 'upstream/master' into ioJulian Oes2012-11-133-6/+6
|\
| * change sign of elevator in mixer to match standard convention (positive --> ↵Thomas Gubler2012-11-113-6/+6
| | | | | | | | more lift)
* | Added mixer files for hex and octoJulian Oes2012-11-034-0/+28
|/
* Roll/pitch values into the mixer are already scaled appropriately; don't ↵px4dev2012-09-022-6/+6
| | | | factor them down any further.
* Missing removed fileLorenz Meier2012-08-201-7/+0
|
* Porting to new param interface, updated mixersLorenz Meier2012-08-202-0/+14
|
* New multirotor mixer; builds, not yet tested.px4dev2012-08-152-21/+30
|
* Adjust sample mixer configurations and documentation to match new syntax.px4dev2012-08-117-56/+94
|
* Rework the mixer architecture based on discussions about arbitrary geometry ↵px4dev2012-08-104-3/+27
| | | | | | | | 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.
* Drop the X and + rotor mixers. We can't do multirotor mixing statically ↵px4dev2012-08-072-108/+0
| | | | like that, as there is no mechanism for dealing with channel saturation.
* VERY rough mixer definitions for quadrotors in X and + configuration using ↵px4dev2012-08-052-0/+108
| | | | PX4FMU.
* Add a simple passthrough mixer for testing.px4dev2012-08-055-3/+27
|
* More example mixers; three different fixed-wing configurations for FMU.px4dev2012-08-054-12/+187
|
* Add a sample mixer definition and documentation.px4dev2012-08-052-0/+141
Add support for comments in mixer definitions.