I am working on improving a turbine plane landing. It successfully landed once which is an accomplishment! On the same run, I took off and tried landing again, but the plane had a large pitch down (-6deg) near the ground which made forced an abort landing. I am using Here4 gps and RTK correction to improve the height estimate.
Both landing are on the same log file. Would appreciate suggestions on how to improve the landing. In particular:
how can I avoid the large pitch down close to the ground? I suspect it is because h is above demanded h. Do I just flare higher/earlier
Not sure why TECS_APPR_SMAX does not seem to be followed during approach
how to reduce the large oscillation in pitch during approach, should I increase TECS_LAND_TCONST?
Thanks for the reference, I believe the dropping of dhdem during flare contributes to the problem on my aircraft too.
I am trying to merge the code change and build the firmware myself like you did, but I am struggling with the steps. In particular, I managed to build and upload arduplane 4.8-dev onto cube orange from my local repo, but I am not sure how to build and merge changes using arduplane 4.6.3. Would you be able to share any useful weblinks or steps for this? Thank you