You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
Since the rangefinder reports the most accurate altitude, but its relative to the thing closest to the bottom of the drone, it will be inaccurate when hovering over obstacles. Find a clever way to decide when to use the rangefinder vs the barometer.
The text was updated successfully, but these errors were encountered:
One strategy would be to check if altitude and barometer are within a small range of each other (basically the error of the barometer) then use the rangefinder, else use the barometer for altitude.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since the rangefinder reports the most accurate altitude, but its relative to the thing closest to the bottom of the drone, it will be inaccurate when hovering over obstacles. Find a clever way to decide when to use the rangefinder vs the barometer.
The text was updated successfully, but these errors were encountered: