aboutsummaryrefslogtreecommitdiff
path: root/apps/multirotor_att_control
Commit message (Expand)AuthorAgeFilesLines
* Got rid of a bunch of magic numbers, manual controls can now be set up fine-g...Lorenz Meier2012-09-112-7/+7
* Rewrote SD logging app, simpler, but effective. Pending testingLorenz Meier2012-09-102-4/+0
* Limited Z-compensation much stronger to prevent throttle jumpsLorenz Meier2012-09-091-4/+4
* Added RC params, fixed attitude and position controlLorenz Meier2012-09-082-38/+42
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-072-1/+2
|\
| * Various minor fixes and improvements across systemLorenz Meier2012-09-051-0/+1
| * Fix issue where the roll controller never receives parameter updates.px4dev2012-09-041-1/+1
* | Improved commandline hintsLorenz Meier2012-09-071-1/+1
|/
* Fix typo in roll controller initialization; now roll and pitch controllers re...px4dev2012-09-021-1/+1
* Changed to publishing armed state in commanderLorenz Meier2012-09-023-23/+4
* minor changes for default options, closing properly all subscriptions in mult...Lorenz Meier2012-08-291-0/+1
* Kicked out mix_and_link, deleted old MPU driver, disabled (still needed for r...Lorenz Meier2012-08-241-9/+2
* Ported attitude controller to new param interfaceLorenz Meier2012-08-231-96/+167
* Fixed a bunch of issues in the arming state machine for multirotors, arming /...Lorenz Meier2012-08-222-15/+30
* Merged parameter changesLorenz Meier2012-08-221-0/+19
|\
| * Added more params, old read-in code not yet replacedLorenz Meier2012-08-211-0/+19
* | Fix an architectural issue with the ORB that prevented publication from inter...px4dev2012-08-211-2/+2
|/
* Added deamon example, reworked / merged multirotor attitude control. Ready fo...Lorenz Meier2012-08-194-0/+584