-
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
Add an option to specify a time delay before executing an autoland when the craft has RTH in FS #4123
Comments
Sorry for the close and reopen. My GitHub skills are weak. |
@evmoius Doesn't the "Land only on failsafe" option satisfy your use case? A timer seems needlessly complicated to me, because if you set it too low it won't be helpful and if you set it too high it might drain the battery before it lands. Tying it to battery voltage comes with another set of problems. See the issues regarding automatic RTH on low battery for a detailed discussion. |
@fiam Keep in mind this would just be an additional option to the current failsafe modes. My plane can fly for an hour so running out of battery isn't a huge concern with most of my flights less than half an hour. |
Waypoint has 3 additional parameters p1, p2, p3 and p2, p3 are not used. For normal rth, cli parameter A question is:
|
@hali9 |
I managed to achieve the intended effect. It implements the 2nd scenario. |
Current Behavior
Currently a craft will land immediately (or not at all depending on configuration) after reaching it's home point if RTH failsafe is enabled.
Desired Behavior
An option to set a timer to delay landing after reaching home would be useful. I had a situation today where my plane was loitering overhead for 15 minutes before I was able to reestablish a control link to it. Having the time to get myself sorted out was great but I was fully expecting the pack to die resulting in a crash if I couldn't get the Crossfire connected again. If I could have set myself a timer that I knew would bring the plane down eventually that would be great. Sometimes an auto landing is not the best option due to trees or other obstacles that you may hit on the way down so having time to try and regain control is valuable. Could also be tied to voltage instead of time.
Suggested Solution
Add another option to the landing behavior dropdown in the advanced tuning tab that lets you specify an amount of time the plane will loiter on RTH FS before auto landing. Would also be great to have a timer counting down time to auto land in the OSD. An option to specify a cell voltage level could also be useful for triggering auto land so there would be no danger of running the pack down to a level that damages it.
Who does this impact? Who is this for?
This is for all fixed wing users
Additional context
The text was updated successfully, but these errors were encountered: