-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plane: Allow wind relative dead reckoning when lift motors are assisting #27917
base: master
Are you sure you want to change the base?
Plane: Allow wind relative dead reckoning when lift motors are assisting #27917
Conversation
The original concern about quadplanes violating the fly forward assumption when assisting and corrupting wind estimates turned out to be invalid because they weathervane as airspeed rises and the effect on dead reckoning navigation with assisting activating during forward flight was not foreseen. |
Seem to be the same idea as #27917? |
I've seen tilt vector quadplanes like skywalker X8 slew around really badly in fwd transition, could this cause the yaw state to become corrupted? |
this also means if we stall in fixed wing mode then during recovery we will be setting fly forwad, is it OK to be lying to the EKF about our fly fwd state? |
same in FBWA mode at zero throttle, we would be saying we are in fly fwd, we are in assisted flight in that case, possibly with zero airspeed |
Ah yes, that's this PR :-) Can you recall which one you meant to reference? |
When lift motors are assisting the wing during forward flight, the airspeed and zero sideslip assumption are still sufficiently valid to keep navigating. Without this patch a VTOL operating in FW mode without GPS and reliant on air data for dead reckoning will stop navigating and lose its position estimate if the lift motors start assisting.
8b5916f
to
954ffc2
Compare
When lift motors are assisting the wing during forward flight, the airspeed and zero sideslip assumption are still sufficiently valid to keep navigating. Without this patch a VTOL operating in FW mode without GPS and reliant on air data for dead reckoning will stop navigating and lose its position estimate if the lift motors start assisting.
I'm extracting this from a larger piece of work.
This reasoning for this patch (abnove, as part of the patch comment) is in direct contravention of the reasoning in #6153 , the patch which added this.