aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fw_pos_control_l1
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into HEADThomas Gubler2014-09-282-66/+95
|\
| * Merge pull request #1356 from PX4/launchpitchlimit_mastersjwilks2014-09-111-6/+22
| |\
| | * launch pitch limit: add mtecs interfaceThomas Gubler2014-09-081-5/+15
| | * additional upper pitch limit during launchThomas Gubler2014-09-081-3/+9
| * | add heightrate ff for tecsThomas Gubler2014-09-062-59/+71
| |/
* | fix typo in commentThomas Gubler2014-09-221-1/+1
* | Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-09-031-44/+62
|\|
| * Merge pull request #1303 from PX4/launchdetectionstatesThomas Gubler2014-09-031-42/+59
| |\
| | * fw pos control: set pitch sp correctly while waiting for launchThomas Gubler2014-08-251-2/+8
| | * fw pos control: launchdetection logic cleanupThomas Gubler2014-08-231-26/+18
| | * fw pos control: set default roll, pitch while waiting for launchThomas Gubler2014-08-231-1/+7
| | * fw pos control: use new lauchdetector statesThomas Gubler2014-08-231-30/+43
* | | Merge remote-tracking branch 'upstream/master' into obcfailsafeThomas Gubler2014-09-022-5/+20
|\| |
| * | Simply throttle limiting on approach - limit throttle still defaults to 1Lorenz Meier2014-08-312-4/+15
| * | Rely on laser altitude once validLorenz Meier2014-08-311-1/+1
| * | disable underspeed protection when landing also in tecsThomas Gubler2014-08-311-0/+3
| |/
* / engine fail: fw pos control limits pitch and sets 0 throttleThomas Gubler2014-08-191-13/+52
|/
* Add TECS loggingLorenz Meier2014-08-031-0/+47
* Remove airspeed and altitude raw data from TECS log, as we have these quantit...Lorenz Meier2014-08-031-4/+2
* Add throttle slew rate paramLorenz Meier2014-08-012-0/+16
* removed debug statement from mTECSLorenz Meier2014-08-011-1/+0
* Make throttle time constant tunable separately, group TECS params correctly, ...Lorenz Meier2014-08-012-14/+46
* Default to TECSLorenz Meier2014-07-311-1/+1
* Fix threading in FW pos controllerLorenz Meier2014-07-301-44/+43
* Disable mTECS until runtime error is better understoodLorenz Meier2014-07-302-28/+29
* Re-add two params that fell off the truck beforeLorenz Meier2014-07-291-0/+4
* Revert "Remove old TECS implementation - we can really only decently flight-t...Lorenz Meier2014-07-291-16/+58
* Revert "Remove all unused TECS parameters"Lorenz Meier2014-07-292-0/+233
* mTECS: Note better filter defaults to get airspeed response a bit smoother. D...Lorenz Meier2014-07-231-9/+9
* Fix unused paramsLorenz Meier2014-07-191-9/+0
* Revert "Remove MT_ENABLED param and handles"Lorenz Meier2014-07-193-0/+14
* Revert "Remove last reference to mtecs enabled param"Lorenz Meier2014-07-191-2/+4
* Remove last reference to mtecs enabled paramLorenz Meier2014-07-181-4/+2
* Remove MT_ENABLED param and handlesLorenz Meier2014-07-183-14/+0
* Remove one left-over TECS paramLorenz Meier2014-07-181-7/+0
* Remove all unused TECS parametersLorenz Meier2014-07-182-223/+0
* mtecs: add altitude prefilteringThomas Gubler2014-07-173-2/+16
* Merge pull request #1102 from PX4/fwposwarningsLorenz Meier2014-07-172-133/+12
|\
| * merged masterLorenz Meier2014-07-144-5/+7
| |\
| * | fw pos ctrl l1 main: remove code with no effectThomas Gubler2014-06-301-9/+0
| * | fw pos ctrl l1 main: remove never used varThomas Gubler2014-06-301-2/+0
| * | fw pos ctrl l1 main: init target_bearingThomas Gubler2014-06-301-1/+2
| * | fw pos ctrl l1 main: remove several unused varsThomas Gubler2014-06-301-30/+0
| * | fw pos ctrl l1 main: remove unused modesThomas Gubler2014-06-301-83/+0
| * | fw pos ctrl l1 main: initialize all subscriptionsThomas Gubler2014-06-301-1/+1
| * | fw pos ctrl l1 main: fix warningThomas Gubler2014-06-301-20/+18
| * | mtecs blocks: fix warningThomas Gubler2014-06-301-3/+3
* | | fw pos ctrl: Only return from start handler with all allocations doneLorenz Meier2014-07-141-3/+23
| |/ |/|
* | Fix up RAM usage of fixed wing appsLorenz Meier2014-07-122-2/+4
* | Fix unused variable warningsDon Gagne2014-07-062-7/+2