-
Notifications
You must be signed in to change notification settings - Fork 1.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
[navigation for multirotor] Sqrt Controller for Alt-Hold and improvements #7845
Conversation
@Jetrell tested this today on a 7" build and everything was just fine. I think we can merge it soon to master |
@DzikuVx I noticed slightly odd behaviour for Target position Z in the BB screenshot jumps between the set ~30m RTH altitude and an altitude that corresponds to 10 + actual position Z. The 10 seems to come from a max climb rate setting of 500 cm/s and
inav/src/main/navigation/navigation.c Line 1236 in f3f0cf0
But is then changed by:
I'm guessing this is a logging issue (causing messy BB logs) more than a problem with altitude control given motor control should be based on the required velocity output from the sqrt controller corrected values (target Z velocity shown in the BB log screenshot behaves as expected) ? No dount related to the fact |
This replaces #7679