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: MC throttle drops when front transition is initiated #13068

Closed
sfuhrer opened this issue Oct 1, 2019 · 4 comments
Closed

VTOL: MC throttle drops when front transition is initiated #13068

sfuhrer opened this issue Oct 1, 2019 · 4 comments
Labels

Comments

@sfuhrer
Copy link
Contributor

sfuhrer commented Oct 1, 2019

Describe the bug
When a front transition is started, the MC throttle shortly drops:
image
This usually results in some altitude drop.
It is mostly noticeable if the vehicle is slightly climbing before the transition happens.

In sitl, there is also a short drop (shorter than for the real vehicle). This could well be related:
image

I would prefer a smoother transition on the MC throttle from hover to transition.

@sfuhrer sfuhrer added bug Hybrid VTOL 🛩️🚁 Multirotor + Fixedwing! labels Oct 1, 2019
@sfuhrer
Copy link
Contributor Author

sfuhrer commented Oct 2, 2019

@MaEtUgR could this be the position controller resetting when the transition starts (i.e. when switching flight tasks)?

https://github.com/PX4/Firmware/blob/master/src/modules/mc_pos_control/PositionControl.cpp#L112

@sfuhrer
Copy link
Contributor Author

sfuhrer commented Oct 9, 2019

When climbing strongly right before transition it can look like this:

image

This seems to come from a step in position sp, that the controller then aggressively tries to follow. Giving up of alt control during transition and instead only controlling altitude change (vz) to 0 could fix this issue.

@stale stale bot added the stale label Jan 7, 2020
@sfuhrer sfuhrer removed the stale label Jan 8, 2020
@stale stale bot added the stale label Apr 7, 2020
@PX4 PX4 deleted a comment from stale bot Apr 9, 2020
@stale stale bot removed the stale label Apr 9, 2020
@PX4 PX4 deleted a comment from stale bot Apr 9, 2020
@stale
Copy link

stale bot commented Jul 11, 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 Jul 11, 2020
@sfuhrer
Copy link
Contributor Author

sfuhrer commented Nov 19, 2020

Let's close this. I haven't seen it happening again in recent flights.

@sfuhrer sfuhrer closed this as completed Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant