aboutsummaryrefslogtreecommitdiff
path: root/apps/multirotor_att_control/multirotor_att_control_main.c
Commit message (Expand)AuthorAgeFilesLines
* Moved multirotor controllersLorenz Meier2013-04-271-485/+0
* Fixed code style for multirotor_att_control appLorenz Meier2013-01-111-14/+30
* Stabilization enabling / switchingLorenz Meier2012-12-301-1/+14
* Cleaned up control mode state machine / flight mode / navigation state machin...Lorenz Meier2012-12-271-36/+51
* Merge branch 'development' of github.com:PX4/Firmware into developmentLorenz Meier2012-11-211-28/+53
|\
| * Cleaned up PI wrapping code, still subject to testingLorenz Meier2012-11-201-15/+12
| * Changed yaw position control to yaw speed control for multirotors, tested wit...Julian Oes2012-11-191-4/+10
| * Distinction between yaw position and yaw speed control, just messsed around i...Julian Oes2012-11-191-28/+50
* | Removed left-over commentLorenz Meier2012-11-211-3/+0
|/
* Merge remote-tracking branch 'upstream/master' into ioJulian Oes2012-11-151-154/+165
|\
| * Minor cleanups in attitude controlLorenz Meier2012-11-141-117/+144
* | Several fixes, hex flies, failsafe not really tested yetJulian Oes2012-11-111-21/+21
* | Better, platform independent failsafe handlingLorenz Meier2012-11-091-2/+18
* | Disable failsafe until its actually testedLorenz Meier2012-11-091-9/+24
* | Made param name shorter, don't know if it was neededJulian Oes2012-11-081-2/+2
* | Forgot to commentJulian Oes2012-11-071-1/+4
* | Failsafe throttle when RC is lost is now a parameterJulian Oes2012-11-071-1/+8
* | Some failsafe hack when RC signal is lostJulian Oes2012-11-061-0/+8
|/
* param load / store cleanup, storage location selection now exclusively throug...Lorenz Meier2012-11-021-2/+2
* Minor last tweaksLorenz Meier2012-10-301-6/+3
* Fixed error term calculation for yaw positionLorenz Meier2012-10-301-2/+9
* Reducing stack sizes to free some RAMLorenz Meier2012-10-301-3/+4
* Better yaw position control, but not quite there yetLorenz Meier2012-10-301-3/+7
* Correctly initializing and updating yaw setpoint, sign still to be checkedLorenz Meier2012-10-301-2/+18
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-1/+1
* Map inputs to the controller we actually wantLorenz Meier2012-10-171-4/+2
* Various fixes to attitude control, flyable, needs parameter tuningLorenz Meier2012-10-171-1/+1
* Controller and estimator updatesdaregger2012-10-161-12/+7
* Merged new EKF versionLorenz Meier2012-10-161-2/+4
* working offboardtnaegeli2012-10-091-30/+32
* Merge branch 'master' of https://github.com/PX4/Firmwaretnaegeli2012-10-041-100/+46
|\
| * Fixed inner yaw rate loopLorenz Meier2012-10-041-79/+45
* | Merge branch 'master' of https://github.com/PX4/Firmwaretnaegeli2012-10-041-1/+1
|\|
| * Go back to the FIFO scheduler for now, as we don't have time to shake out the...px4dev2012-10-031-1/+1
* | fixed Rate controllertnaegeli2012-10-041-28/+47
* | Merge branch 'master' of https://github.com/PX4/Firmwaretnaegeli2012-10-031-18/+19
|\|
| * Moved from raw gyro to estimated angular rate from EKF for rate controlLorenz Meier2012-10-031-9/+10
| * Clean 250 Hz updates in filter, partial updates enabledLorenz Meier2012-10-031-2/+2
* | rate controller updatetnaegeli2012-10-031-9/+10
|/
* Add new 'task_spawn' interface for starting new tasks in the PX4 worldpx4dev2012-10-011-1/+7
* Cleanup of lots of debugging printfsJulian Oes2012-09-271-6/+0
* Calibration should not freeze anymore, ardrone flying but estimator is not ab...Julian Oes2012-09-271-5/+5
* Merge branch 'ardrone' of https://github.com/PX4/Firmware into ardroneJulian Oes2012-09-271-5/+9
|\
| * Fix a bug where the rate controller is always activeLorenz Meier2012-09-261-5/+9
* | ardrone flying now (still workaround of disabled rates controller)Julian Oes2012-09-261-7/+8
* | ardrone in the air again (workaround: rate controller disabled)Julian Oes2012-09-251-3/+13
|/
* Untested, but fully implemented attitude and/or inner rate controlLorenz Meier2012-09-231-42/+88
* Halfway-working fixed wing waypoint control, needs more effortLorenz Meier2012-09-221-2/+4
* Completely implemented offboard controlLorenz Meier2012-09-211-2/+16
* Reworked control interface, needs testing / validationLorenz Meier2012-09-191-9/+22