aboutsummaryrefslogtreecommitdiff
path: root/src/modules/fw_pos_control_l1
Commit message (Collapse)AuthorAgeFilesLines
* Add TECS loggingLorenz Meier2014-08-031-0/+47
|
* Remove airspeed and altitude raw data from TECS log, as we have these ↵Lorenz Meier2014-08-031-4/+2
| | | | quantities already in the system log
* 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
| | | | make climbout alt configurable
* 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 ↵Lorenz Meier2014-07-291-16/+58
| | | | | | | | | | flight-test and support one." This reverts commit 503ded05394767d58359834e73bc63672b701dbe. Conflicts: mavlink/include/mavlink/v1.0 src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
* Revert "Remove all unused TECS parameters"Lorenz Meier2014-07-292-0/+233
| | | | | | | | This reverts commit ce78b399691d43bd150c0a5928f08c98076a3892. Conflicts: src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp src/modules/fw_pos_control_l1/fw_pos_control_l1_params.c
* mTECS: Note better filter defaults to get airspeed response a bit smoother. ↵Lorenz Meier2014-07-231-9/+9
| | | | Damp also ACC response with filter more than currently
* Fix unused paramsLorenz Meier2014-07-191-9/+0
|
* Revert "Remove MT_ENABLED param and handles"Lorenz Meier2014-07-193-0/+14
| | | | This reverts commit 90a5ae1afd25e5e31d269f0d0f5e5052f068d0b1.
* Revert "Remove last reference to mtecs enabled param"Lorenz Meier2014-07-191-2/+4
| | | | This reverts commit 81f60329e47f8b31d9261c0ef46c09780f9d8194.
* 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
|\ | | | | FW pos control: fix warnings and remove code
| * 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
| |
* | Merge pull request #1123 from DonLakeFlyer/WarningsLorenz Meier2014-07-062-13/+14
|\ \ | | | | | | Compiler warning fixes
| * | 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
|\ | | | | Navigator rewrite
| * 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
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/commander/commander.cpp src/modules/commander/state_machine_helper.h src/modules/mavlink/mavlink_messages.cpp
| * \ \ 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
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/drivers/gps/gps.cpp src/drivers/gps/mtk.cpp src/modules/commander/commander.cpp src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp src/modules/navigator/mission.cpp src/modules/navigator/mission.h src/modules/navigator/navigator_main.cpp src/modules/navigator/navigator_state.h src/modules/position_estimator_inav/position_estimator_inav_main.c
| * | | | | | | | | | navigator: lot's of cleanup (WIP)Julian Oes2014-04-211-6/+2
| | | | | | | | | | |
* | | | | | | | | | | mtecs: add flightpathangle filterThomas Gubler2014-06-293-21/+39
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |