Skip to content
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

Open
moreba1 opened this issue Feb 3, 2020 · 6 comments
Open

feature request : Hybrid LAND flight mode for VTOL #14094

moreba1 opened this issue Feb 3, 2020 · 6 comments

Comments

@moreba1
Copy link
Contributor

moreba1 commented Feb 3, 2020

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.

@julianoes
Copy link
Contributor

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.

@moreba1
Copy link
Contributor Author

moreba1 commented Feb 4, 2020

it can not done by a planned mission because we will land emergency in that position .

@sfuhrer
Copy link
Contributor

sfuhrer commented Feb 4, 2020

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).
RTL_TYPE = 1 or 3 required.

This way works though only for one landing spot, eg not for rally points. Happy for contributions to improve that!

@moreba1
Copy link
Contributor Author

moreba1 commented Feb 4, 2020

@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.

@hamishwillee
Copy link
Contributor

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:

  • If in FW mode you circle down to a specified height (40m), transition to MC and then land
  • In MC mode you want to transition to FW mode, go down to specified height, then transition back and land?
    Is that correct?

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?
The MC mode a bit different, but you're unlikely to be flying MC at that height anyway right?

@stale
Copy link

stale bot commented May 6, 2020

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

@stale stale bot added the stale label May 6, 2020
@moreba1 moreba1 changed the title feature request : Hybrid LAND mode for VTOL UAVs feature request : Hybrid LAND flight mode for VTOL Jan 6, 2021
@stale stale bot removed the stale label Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants