141 Commits (a86e85c6b27c6c73e518e5d7463b2362a0f1de9c)

Author SHA1 Message Date
Andrew Tridgell 602ff03c41 AP_TECS: limit both negative and positive pitch on quadplane transition 9 years ago
Andrew Tridgell b4c6a0e30e AP_TECS: added logging of speed_weight and state flags 9 years ago
Andrew Tridgell 8ff932b61c AP_TECS: allow underspeed to end faster 9 years ago
Lucas De Marchi 9271e97c0b AP_TECS: replace header guard with pragma once 9 years ago
Tom Pittenger a85d4f2f4b AP_TECS: reverse-thrust cleanup 9 years ago
Tom Pittenger 67e2db7975 AP_TECS: add TECS_LAND_PDAMP 9 years ago
Tom Pittenger fcb802cccc AP_TECS: add TECS_LAND_I_GAIN and TECS_TKOFF_I_GAIN 9 years ago
Tom Pittenger a139789693 AP_TECS: add TECS_LAND_TDAMP for land damp 9 years ago
Tom Pittenger da01ceee53 AP_TECS: change order of update_speed() so it's not using the previous EAS_dem 9 years ago
Tom Pittenger afe9f544e5 AP_TECS: remove incorrect comment about TECS running at 5Hz, it runs at 10Hz. 9 years ago
Tom Pittenger 67ce22660e AP_TECS: 1/3 new param TECS_LAND_SRC for Land Sink Rate Change 9 years ago
Tom Pittenger e40bba3d13 AP_TECS: removing mission_cmd in TECS and making it bool is_landing 9 years ago
Tom Pittenger a0755a84e7 AP_TECS: change param TECS_LAND_SPDWGT default from +1 to -1 9 years ago
Tom Pittenger 149cc7c5da AP_TECS: increase range of TECS_LAND_PMAX to include negative 9 years ago
Andrew Tridgell 13c217c060 AP_TECS: make demanded airspeed during landing stages clearer 9 years ago
Tom Pittenger 5ba2bff85f AP_TECS: Reverse Thrust 9 years ago
Tom Pittenger 5338a76a58 AP_TECS: add flight stage LAND_PREFLARE 9 years ago
Tom Pittenger eeb77c3413 AP_TECS: updated TECS_LAND_SPDWGT param description 9 years ago
Andrew Tridgell 4f9927beda AP_TECS: added set_pitch_max_limit() API 9 years ago
Tom Pittenger db8a2f7e8b AP_TECS: changed land_spdwgt to be sliding scale 9 years ago
Andrew Tridgell b3bd83b1c6 AP_TECS: no underspeed when in VTOL 9 years ago
Tom Pittenger 70a45680ed AP_TECS: fixed param desc for TECS_LAND_THR 9 years ago
Andrew Tridgell 9188670e03 AP_TECS: added get_height_rate_demand() call 9 years ago
Don Gagne 605fedc1c0 AP_TECS: fix invalid Range meta data 9 years ago
Jonathan Challinger b0f58248a5 AP_TECS: reflect renamed function in AP_AHRS 9 years ago
Lucas De Marchi fef364e4e8 AP_TECS: avoid comparison between signed and unsigned 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Caio Marcelo de Oliveira Filho c70dda526c AP_TECS: use millis/micros/panic functions 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Andrew Tridgell 094b9cb35e AP_TECS: reformat using astyle 10 years ago
Andrew Tridgell 36432e6515 AP_TECS: use climb rate filter consistently between DCM and EKF 10 years ago
Tom Pittenger 46a83c7ae9 AP_TECS: added flight stage FLIGHT_LAND_ABORT 10 years ago
Gustavo Jose de Sousa 1fbbe3ed81 AP_TECS: standardize inclusion of libaries headers 10 years ago
Peter Barker 457f77314e AP_TECS: use 64-bit timestamps for dataflash logs 10 years ago
Andrew Tridgell cf4602afc1 AP_TECS: fix for HAL_SITL rename 10 years ago
Michael du Breuil 04e9141881 AP_TECS: Allow tecs to control throttle during takeoff 10 years ago
Andrew Tridgell 5a4ed85588 AP_TECS: added TECS_LAND_PMAX 10 years ago
Andrew Tridgell 569626ac1a AP_TECS: fixed APM2 build 10 years ago
Andrew Tridgell 060f553097 AP_TECS: provide a much smoother transition before flare 10 years ago
Andrew Tridgell 4e5510c99e AP_TECS: fixed warning 10 years ago
Andrew Tridgell 597273cfff AP_TECS: remove lag from height demand in landing 10 years ago
Andrew Tridgell 70f5ec60e8 AP_TECS: added get_land_sinkrate() 10 years ago
priseborough e2d47f836e AP_TECS: Fix bug causing plane to fly high on landing approach 10 years ago
priseborough 053c5054f3 AP_TECS: Change default landing damp gain to 0.5 10 years ago
priseborough 0912f05e7c AP_TECS: Add parameter to adjust height rate gain during flare 10 years ago
priseborough 11aefa6858 AP_TECS: Fix bug in parameter label 10 years ago
priseborough bd97f15d06 AP_TECS: make flare height demand consistent with height rate demand 10 years ago
Andrew Tridgell eb22815668 AP_TECS: fixed range values 10 years ago
Andrew Tridgell abba6395ad AP_TECS: fixed spelling error 10 years ago
Andrew Tridgell 1552278fa3 AP_TECS: use aparm.stall_prevention 10 years ago