mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-10 14:51:15 +08:00
1ba3591fb6
The SIH airplane is a very light 0.3 kg fixed-wing model, but it was still relying on generic fixed-wing thrust and TECS defaults tuned for much larger aircraft. Increase the SIH fixed-wing thrust model and add airspeed, throttle, TECS, and loiter defaults that match the model's 10 m/s trim point. These defaults make the takeoff-to-cruise handoff deterministic for Windows lockstep validation without requiring a stale parameters.bson from a previous run to carry the tuned values. Signed-off-by: Nuno Marques <n.marques21@hotmail.com>