Where in the code can the altitude for Return To Launch- RTL be fixed?
What altitude does Ardupilot consider for Return To Launch- RTL?
What does the parameter #define AIRSPEED_RATIO 0.1254 do?
When should I increase it and when should I decrease it?
The code comment says: "If your airspeed is under-reporting, increase this value to something like .2 "
I do not understand what the code author meant by "under-reporting".
Thanks!
You need to be a member of diydrones to add comments!
Replies
AIRSPEED_RATIO is used to adjust the sensitivity of the differential pressure sensor. If your airspeed is consistently reading high or low (make sure you account for head/tail winds before deciding this) then probably your pitot/static setup is not optimal. You can compensate by changing this parameter.