ardupilot/libraries/AP_Vehicle
George Zogopoulos b163e13964 AP_TECS: Fixes to reset state
These concern the TAKEOFF flight stage and address #27147.

* Logging metadata fixes
* Disabled continuous TECS reset during takeoff
* Fixed bug in reached_speed_takeoff calculation
* Limited SPDWEIGHT=2 to only first part of takeoff climb
* _post_TO_hgt_offset set to constant
* Takeoff I-gain now defaults to 0 and is used
* Use at least TRIM_THROTTLE during the climb
* Updated description of TECS_TKOFF_IGAIN with new behaviour
* Forced max throttle while below TKOFF_LVL_ALT
* Added throttle constraints in no-airspeed mode

Additionally, set_min_throttle() has been created, that allows one to
set the minimum TECS throttle for the next update_pitch_throttle() loop.
Additionally, the throttle limits system has been reworked. TECS will
receive external throttle limits from Plane and will always take them
into account and respect them.
2024-07-29 15:50:32 +10:00
..
AP_FixedWing.h AP_TECS: Fixes to reset state 2024-07-29 15:50:32 +10:00
AP_MultiCopter.h
AP_Vehicle.cpp AP_Vehicle: initialize scripting serial device sim ports early 2024-06-27 12:00:18 +10:00
AP_Vehicle.h AP_Vehicle: make AP_RANGEFINDER_ENABLED remove more code 2024-07-02 09:17:26 +10:00
AP_Vehicle_Type.h
AP_Vehicle_config.h AP_Vehicle: add missing include in config.h 2024-02-13 20:56:49 +11:00
ModeReason.h AP_Vehicle: add new mode reason AUX_FUNCTION 2024-06-18 09:49:20 +10:00
Parameters.cpp AP_Vehicle: add AP_VEHICLE_ENABLED guards for Parameters.cpp 2024-02-13 20:56:49 +11:00