aboutsummaryrefslogtreecommitdiff
path: root/apps/multirotor_att_control
Commit message (Expand)AuthorAgeFilesLines
* Minor last tweaksLorenz Meier2012-10-301-6/+3
* Fixed error term calculation for yaw positionLorenz Meier2012-10-302-3/+10
* Reducing stack sizes to free some RAMLorenz Meier2012-10-301-3/+4
* Better yaw position control, but not quite there yetLorenz Meier2012-10-302-4/+8
* 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-233-3/+3
* Accomodating for offboard control setupsLorenz Meier2012-10-221-2/+2
* Merged with fixed-wing stabilization work, multirotor control testedLorenz Meier2012-10-221-43/+8
|\
| * Merge branch 'master' of https://github.com/PX4/FirmwareDoug Weibel2012-10-132-99/+55
| |\
| * | Changes to the PID controller. Adds "limit" to the parameter set. Implement...Doug Weibel2012-10-071-8/+8
| * | Back out testing changes that are a bit too much ahead of time for masterLorenz Meier2012-10-041-7/+7
* | | Removed bogus time scalingsLorenz Meier2012-10-221-12/+10
* | | remove bogus dt from att rateLorenz Meier2012-10-201-1/+1
* | | brought controller back to last tuned stateLorenz Meier2012-10-181-6/+9
* | | Map inputs to the controller we actually wantLorenz Meier2012-10-171-4/+2
* | | Various fixes to attitude control, flyable, needs parameter tuningLorenz Meier2012-10-173-8/+19
* | | Increased priority of MAVLink receiver threadLorenz Meier2012-10-171-1/+1
* | | Controller and estimator updatesdaregger2012-10-164-153/+83
* | | Wip on inner rate loopdaregger2012-10-161-13/+28
* | | Merged new EKF versionLorenz Meier2012-10-166-17/+19
| |/ |/|
* | working offboardtnaegeli2012-10-092-32/+39
* | Merge branch 'master' of https://github.com/PX4/Firmwaretnaegeli2012-10-042-119/+66
|\|
| * Fixed inner yaw rate loopLorenz Meier2012-10-042-127/+76
* | 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-042-49/+53
* | 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
|\