-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
flight_mode_manager: ManualAcceleration support weathervane yaw handler #18038
Conversation
76c72b0
to
d3be1e0
Compare
If this (or a minor variation) works then we can cleanly back port it for v1.12.2. |
Thank you @dagar! I will test it this week |
change into 1.12.1 wv now works perfect in position, rtl, mission much thanks @dagar: |
Same here, works perfect. Thanks @dagar! |
How about extending WV_EN to a bitmask with field one: enable in Auto, field two: enable in Position? As I can imagine users not wanting the WV in Position flight mode, but only in Auto modes. |
Seems a good option, but why someone would like his VTOL to fight against wind? |
Maybe somebody wants to be able to precisely set the yaw of the vehicle manually? In low wind conditions that's no problem. And a fairly knowledgeable pilot probably makes a better job than WV. And I haven't personally tried WV in Pos mode, will be interesting to see how well it works when you have a lot of position setpoint changes. But it's fine for me to bring this in like this, and follow up with another PR later to make it configurable if we see the need. |
I'm going to merge this as is, then cherry-pick for v1.12.2. Then in master we can follow up with adding more granularity to WV_EN. Thanks everyone. |
@taileron @VTOLDavid can you give this a try?