-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fixed wing RTH Spiral Climb Option #6437
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
Conversation
Uses loiter climb (spiral) for FW RTH with Climb First option.
This reverts commit b6279d8.
|
Don't know what the issue is with settings.md. Seems to be comparing with 2.6.0 version not the current master version ? |
|
This sounds like a good idea. Especially if we are flying in a valley or canyon. What do you think of having its selection under the |
|
Would it not make more sense to have a option |
|
I did think of a 3 choice option but wasn't sure it made sense for multirotors. I'll add it to my test build anyway so it can be added to this PR if required. |
|
Kept |
Added Spiral setting to nav_rth_climb_first setting.
Change Climb First menu to fit longer Spiral setting option
Remove white space
This reverts commit 3706a09.
Trim white space
Update INAV master
PR provides an option to use a loiter climb (spiral) rather than a linear climb during fixed wing RTH when Climb First setting is used. Effectively uses the same method as that used for height change to the RTH home altitude but for the initial climb phase instead.
Climb rate set by max_auto_climb_rate, turn set by nav_fw_loiter_radius.
Default set to OFF.
Tested in flight over several months and works as expected.