aboutsummaryrefslogtreecommitdiff
path: root/apps/systemcmds
Commit message (Collapse)AuthorAgeFilesLines
* State machine cleanup, introduced variable rates for MAVLink depending on ↵Lorenz Meier2012-08-181-3/+3
| | | | the baud rate
* Rework the mixer architecture based on discussions about arbitrary geometry ↵px4dev2012-08-101-255/+6
| | | | | | | | 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.
* More work on the mixer architecture.px4dev2012-08-051-20/+54
| | | | | | Solve the multiple publishers issue with 'control groups', one group per controller. Mixer inputs now specify both group and control offset within the group. Avoid using %f when loading/saving mixers; use scaled integers instead.
* Checkpoint: more work in progress on mixer load/savepx4dev2012-08-052-87/+71
|
* Work in progress; standard mixer API and utilitypx4dev2012-08-052-0/+384
|
* Many Doxygen style fixesLorenz Meier2012-08-053-52/+23
|
* Fresh import of the PX4 firmware sources.px4dev2012-08-0418-0/+1755