ardupilot
ardupilot copied to clipboard
AP_Airspeed: ND210 pressure sensor, airspeed library
I've rebased this pull request https://github.com/ArduPilot/ardupilot/pull/23300, did some fixes and testet it with real hardware. It seems to work well on the bench, I will do a few real word flight test & comparisons next week and report as well.
Hi @zzaurak,
Thanks for this. Just a small admin thing, it would be good to change the commit title (not the PR title but the individual commit titles) to start with "AP_Airspeed: ".
Hi @rmackay9 thanks for the feedback, I changed the commit titles :)
As promised I did a real-world comparison test flight with the ND210 airspeed sensor and this PR.
The top tube is the ND210, the bottom one is the Matek ASPD-DLVR-CAN.
Setup:
I've attached the log 00000028-anon.log.zip. In the flight before this logfile, airspeed autocal was on for the second airspeed sensor [1].
ASPD[0] is the DLVR ASPD[1] is the ND210
I would say pretty much comparable, but especially in the lower speed ranges and while in QLoiter and FBWA it looks a bit smoother.
@rmackay9 anything else that would be blocking a merge?