aboutsummaryrefslogtreecommitdiff
path: root/src/lib/external_lgpl
Commit message (Collapse)AuthorAgeFilesLines
* TECS: Modify absolute-value limiting of throttle demandphilipoe2014-11-061-8/+6
|
* TECS: Also deleted the _throttle_dem_unc variable from TECS.hphilipoe2014-10-301-3/+0
|
* TECS: Fix bug (underspeed-condition did not have any effect on throttle)philipoe2014-10-291-4/+4
|
* Merge remote-tracking branch 'upstream/obcfailsafe' into swissfangThomas Gubler2014-09-301-0/+1
|\ | | | | | | | | | | | | | | Conflicts: src/lib/external_lgpl/tecs/tecs.cpp src/modules/commander/commander_params.c src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp src/modules/navigator/navigator_main.cpp
| * add heightrate ff for tecsThomas Gubler2014-09-062-1/+7
| |
* | heightrate ff: fix order of calculationsThomas Gubler2014-09-041-2/+1
| |
* | add heightrate ff for tecsThomas Gubler2014-09-042-1/+7
|/
* disable underspeed protection when landing also in tecsThomas Gubler2014-08-312-0/+15
|
* Reinstate TECS loggingLorenz Meier2014-08-032-32/+57
|
* Init valuesLorenz Meier2014-08-011-0/+20
|
* Move the last throttle demand setting to a better positionLorenz Meier2014-08-011-1/+4
|
* TECS: Added separate gain / time constant for the throttle loop to allow ↵philipoe2014-07-312-1/+6
| | | | independent tuning
* Make ext libs more flash efficientLorenz Meier2014-07-291-0/+2
|
* TECS: Small fix to throttle feed-forwardphilipoe2014-07-011-1/+1
|
* TECS: warning fixesJulian Oes2014-02-191-14/+13
|
* TECS: use constant from geoJulian Oes2014-02-191-4/+1
|
* Merge branch 'navigator_new' into navigator_new_vector, WIPAnton Babushkin2013-12-282-58/+105
|\
| * Merge branch '559_tecs_climbout' into ↵Thomas Gubler2013-12-231-0/+8
| |\ | | | | | | | | | fw_autoland_att_tecs_navigator_termination_controlgroups
| | * tecs: change pitch on climbout #559 (ported from ardupilot)Thomas Gubler2013-12-231-0/+8
| | |
| * | tecs: speedrate: use p loop instead of pre calculated speed rate for nowThomas Gubler2013-11-242-25/+40
| | |
| * | tecs: roll2thr: fix to be consistent with commentThomas Gubler2013-11-241-1/+1
| | |
| * | disable a printfThomas Gubler2013-11-241-1/+1
| | |
| * | disabling bad descent detection because of to many false positivesThomas Gubler2013-11-241-7/+11
| | |
| * | tecs: fix wrong != 0 checkThomas Gubler2013-11-191-1/+1
| | |
| * | Merge remote-tracking branch 'upstream/master' into fw_autoland_att_tecsThomas Gubler2013-11-031-1/+3
| |\ \
| * | | heightrate p as parameterThomas Gubler2013-10-312-1/+6
| | | |
| * | | remove filtering of height setpointThomas Gubler2013-10-311-1/+1
| | | |
| * | | change calc of hgt_rate_dem to use the filtered height setpointThomas Gubler2013-10-311-1/+1
| | | |
| * | | add missing copy of variableThomas Gubler2013-10-271-0/+1
| | | |
| * | | change _update_height_demand for testThomas Gubler2013-10-272-24/+38
| | | |
* | | | mathlib fixesAnton Babushkin2013-12-192-6/+6
| |_|/ |/| |
* | | tecs: fix wrong != 0 checkThomas Gubler2013-11-191-1/+1
| |/ |/|
* | initialize _vel_dot and _STEdotErrLastThomas Gubler2013-11-031-1/+3
|/
* Small improvements to autoland, ensure that throttle can be shut down close ↵Lorenz Meier2013-10-161-0/+5
| | | | to touch down. Depends on accurate land WP altitude
* Compile fixLorenz Meier2013-09-111-1/+1
|
* More cleanupLorenz Meier2013-09-102-3/+3
|
* Checked in L1 position and TECS altitude control. Not test-flown in HIL or ↵Lorenz Meier2013-09-103-0/+932
outdoors yet