aboutsummaryrefslogtreecommitdiff
path: root/apps/multirotor_att_control
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-032-96/+43
|/
* 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-272-13/+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-252-3/+20
|/
* Untested, but fully implemented attitude and/or inner rate controlLorenz Meier2012-09-233-49/+106
* WIP on HILLorenz Meier2012-09-222-6/+6
* 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-194-16/+29
* Reworking control infrastructure for inner rate loop, preparing offboard inte...Lorenz Meier2012-09-184-20/+355
|\
| * gtnaegeli2012-09-181-1/+1
* | Debugging / fixing attitude aliasingLorenz Meier2012-09-171-4/+8
|/
* 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