aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fw_pos_control_l1
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1123 from DonLakeFlyer/WarningsLorenz Meier2014-07-062-13/+14
|\
| * Compiler warning fixesDon Gagne2014-07-052-13/+14
* | Reduce excessive stack sizes for FW estimation / control appsLorenz Meier2014-07-061-1/+1
|/
* Fix compiler warningsDon Gagne2014-06-292-12/+12
* Merge pull request #1089 from PX4/navigator_rewriteLorenz Meier2014-06-291-7/+3
|\
| * Merge remote-tracking branch 'upstream/mtecs' into navigator_rewriteThomas Gubler2014-06-281-56/+16
| |\
| * \ Merge branch 'master' into navigator_rewriteJulian Oes2014-06-271-2/+12
| |\ \
| * \ \ Merge remote-tracking branch 'px4/mtecs' into navigator_rewriteJulian Oes2014-06-271-8/+3
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/mtecs' into navigator_rewriteThomas Gubler2014-06-131-7/+7
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/mtecs' into navigator_rewriteThomas Gubler2014-06-117-96/+228
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'px4/mtecs' into navigator_rewriteJulian Oes2014-06-065-31/+155
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'px4/master' into navigator_rewriteJulian Oes2014-06-062-17/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'mtecs' into navigator_rewriteJulian Oes2014-06-036-78/+1193
| |\ \ \ \ \ \ \ \
| * | | | | | | | | navigator: mission class added (WIP)Julian Oes2014-06-031-1/+1
| * | | | | | | | | Merge branch 'master' into navigator_rewriteJulian Oes2014-05-264-58/+170
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | navigator: lot's of cleanup (WIP)Julian Oes2014-04-211-6/+2
* | | | | | | | | | | mtecs: add flightpathangle filterThomas Gubler2014-06-293-21/+39
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'upstream/master' into mtecsThomas Gubler2014-06-281-2/+12
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | fw pos ctrl: remove commentsThomas Gubler2014-06-241-2/+0
| * | | | | | | | | fw pos ctrl: move setting of attitude integral reset flagThomas Gubler2014-06-241-5/+8
| * | | | | | | | | fw pos control: set integrator reset flags in attitude setpoint topic, set th...Thomas Gubler2014-06-241-0/+9
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Remove old TECS implementation - we can really only decently flight-test and ...Lorenz Meier2014-06-281-56/+16
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | mtecs: improve logic readabilityThomas Gubler2014-06-261-8/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | mtecs: update default paramsThomas Gubler2014-06-131-7/+7
| |_|_|_|_|/ |/| | | | |
* | | | | | mtecs: filter airspeedThomas Gubler2014-06-113-12/+28
* | | | | | mtecs: small cleanup, move subclass to own fileThomas Gubler2014-06-116-82/+181
* | | | | | mtecs: add D gain for speed outer loopThomas Gubler2014-06-112-2/+19
* | | | | | Merge remote-tracking branch 'upstream/master' into mtecsThomas Gubler2014-06-112-17/+0
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Remove unused loiter radius parameter. Fixes #1042Lorenz Meier2014-06-062-17/+0
| | |/ / | |/| |
* | | | mtecs: more comments for paramsThomas Gubler2014-06-041-6/+15
* | | | mtecs: disable underspeed mode in takeoff mode (as the comment says)Thomas Gubler2014-06-021-2/+2
* | | | fix stupid error in underspeed detectionThomas Gubler2014-06-011-1/+1
* | | | fw pos control: don't call tecs 50hz update loop if mtecs is enabledThomas Gubler2014-06-011-1/+4
* | | | mtecs: do not calculate derivative in first iterationThomas Gubler2014-06-013-0/+11
* | | | mtecs: remove warnxThomas Gubler2014-06-011-1/+0
* | | | mtecs publish stateThomas Gubler2014-05-303-13/+5
* | | | fw pos control: set takeoff min pitch for mtecsThomas Gubler2014-05-281-1/+10
* | | | mtecs: support overriding limit parametersThomas Gubler2014-05-283-12/+113
| |_|/ |/| |
* | | fw pos control: landing: continue horizontally instead of climbing if just be...Thomas Gubler2014-05-271-3/+4
* | | mtecs: rename variableThomas Gubler2014-05-251-3/+3
* | | fw: resolve an issue when the aircraft was climbing before landingThomas Gubler2014-05-251-4/+7
* | | mtecs: publish tecs status uorb message and small variable renameThomas Gubler2014-05-242-7/+36
* | | mtecs: fix usage of outputLimiter.limitThomas Gubler2014-05-241-1/+9
* | | Merge branch 'fwattrobustify' into mtecsThomas Gubler2014-05-211-1/+1
|\| |
| * | apps: Compile warning fixesLorenz Meier2014-05-211-1/+1
* | | mtecs fix integratorThomas Gubler2014-05-192-25/+22
* | | fw pos control: landing: fix argument orderThomas Gubler2014-05-171-8/+22
* | | mtecs: check if input arguments are finiteThomas Gubler2014-05-141-1/+17
* | | mtecs: change main functions to int and add some commentsThomas Gubler2014-05-142-8/+21
* | | Merge remote-tracking branch 'upstream/master' into mtecsThomas Gubler2014-05-134-73/+202
|\| |