aboutsummaryrefslogtreecommitdiff
path: root/apps/multirotor_att_control/multirotor_attitude_control.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed code style for multirotor_att_control appLorenz Meier2013-01-111-7/+11
* My PID integral part fixesJulian Oes2012-12-191-1/+8
* Cleaned up PI wrapping code, still subject to testingLorenz Meier2012-11-201-10/+12
* Changed yaw position control to yaw speed control for multirotors, tested wit...Julian Oes2012-11-191-1/+11
* Distinction between yaw position and yaw speed control, just messsed around i...Julian Oes2012-11-191-4/+5
* Minor cleanups in attitude controlLorenz Meier2012-11-141-2/+2
* Fine tuning of manual controlTobias Naegeli2012-11-011-38/+38
* Fixed error term calculation for yaw positionLorenz Meier2012-10-301-1/+1
* Better yaw position control, but not quite there yetLorenz Meier2012-10-301-1/+1
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-1/+1
* Merged with fixed-wing stabilization work, multirotor control testedLorenz Meier2012-10-221-43/+8
|\
| * Changes to the PID controller. Adds "limit" to the parameter set. Implement...Doug Weibel2012-10-071-8/+8
* | remove bogus dt from att rateLorenz Meier2012-10-201-1/+1
* | Various fixes to attitude control, flyable, needs parameter tuningLorenz Meier2012-10-171-5/+6
* | Increased priority of MAVLink receiver threadLorenz Meier2012-10-171-1/+1
* | Controller and estimator updatesdaregger2012-10-161-141/+76
* | Merged new EKF versionLorenz Meier2012-10-161-3/+3
|/
* Untested, but fully implemented attitude and/or inner rate controlLorenz Meier2012-09-231-5/+15
* WIP on HILLorenz Meier2012-09-221-3/+3
* Reworked control interface, needs testing / validationLorenz Meier2012-09-191-1/+1
* Reworking control infrastructure for inner rate loop, preparing offboard inte...Lorenz Meier2012-09-181-2/+2
* Got rid of a bunch of magic numbers, manual controls can now be set up fine-g...Lorenz Meier2012-09-111-4/+4
* Limited Z-compensation much stronger to prevent throttle jumpsLorenz Meier2012-09-091-4/+4
* Added RC params, fixed attitude and position controlLorenz Meier2012-09-081-34/+34
* Fix issue where the roll controller never receives parameter updates.px4dev2012-09-041-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-021-2/+1
* 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-221-0/+2
* Added more params, old read-in code not yet replacedLorenz Meier2012-08-211-0/+19
* Added deamon example, reworked / merged multirotor attitude control. Ready fo...Lorenz Meier2012-08-191-0/+223