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

VTOL Improvements #10331

Open
MiguelitoBeard opened this issue Sep 1, 2024 · 2 comments
Open

VTOL Improvements #10331

MiguelitoBeard opened this issue Sep 1, 2024 · 2 comments

Comments

@MiguelitoBeard
Copy link

Current Behavior

VTOL is working as intended and a great help when flying in the mountains; auto launch as a plane and return to land in a small space as a tricopter. Landing with a wind is however a challenge, the craft does not point into the wind and this can make unstable behavior.

Desired Behavior

A great improvement would be having the option for the craft to automatically turn into the wind for vertical landing. Using the already very useful wind direction.

Suggested Solution

Add a CLI command that after RTH and Transition (That is already automated) forces the craft to rotate into the wind before vertical descent and landing.

Who does this impact? Who is this for?

VTOL users that want to fly planes where there is no runway, but where there is a wind that makes VTOL less stable.

Additional context

VTOL really is simple and impressive, I am impressed and many thanks, this will make it even more useful.

@Jetrell
Copy link

Jetrell commented Sep 2, 2024

A great improvement would be having the option for the craft to automatically turn into the wind for vertical landing. Using the already very useful wind direction.

Multirotor navigation doesn't have the ability at present for wind estimation, as fixedwing does.
This is more challenging to implement for copters, using the present means to estimate wind speed and direction. Because copters can sit stationary and descend vertically... And the last good wind heading before the transition from fixedwing flight, may not be relevant when landing in copter mode.

@MiguelitoBeard
Copy link
Author

Your point is clearly valid, but decending where the front at least starts into the wind would be much better than a random direction. Yes direction can change so not perfect, as you state.

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

3 participants