-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
feature request : Hybrid LAND flight mode for VTOL #14094
Comments
I agree. However, I would argue that this could generally be taken care of by a mission with planned landing sequence. @sfuhrer might be able to better comment. |
it can not done by a planned mission because we will land emergency in that position . |
Yes @julianoes is right, this problem can be solved by uploading a mission with a land_start marker, then a loiter to altitude followed by the land wp. When you then trigger a RTL (or it get's triggered by safety mechanisms) it will fly the mission from the land_start marker, and transitions at a low altitude (the one that's set in the loiter to alt wp). This way works though only for one landing spot, eg not for rally points. Happy for contributions to improve that! |
@sfuhrer RTL application is different with land. when battery is too low for RTL or in GPS loss , RTL by mission is not a good choice. |
Just to clarify current behaviour, land mode is documented here. According to this the vehicle will start landing according to current mode. If that mode is Fixed Wing mode then there is a setting that causes it to switch to MC mode just before landing NAV_FORCE_VT that is default on. In RTL this is not configurable - the landing always switches to MC. @julianoes - What does "just before landing" actually mean? Ie at what height does it switch. So the request is that you want a land mode for VTOL where:
The FW mode would seem to be much the same as what we have, if the transition height is configurable. Though it is an FW landing rather than circular loiter - what is the benefit of loiter here? |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
Hi
When the UAV is flying at a high altitude (400 m) and you want to land the UAV there . power consumption is very hight and the battery may not be sufficient. In my opinion, it is better to add a hybrid flight mode in code to lower the height in circular loiter to 40 m first, then transtiotion to multi-rotor mode and descend.
The text was updated successfully, but these errors were encountered: