-
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
Thrust value oscillating (repeatedly dropping to 0) #13507
Comments
@julianoes It really seems that these really large changes in thrust are not correlated to with any sensor input or state estimates. Could you advise how I could get started on investigating/fixing this? Could it be a repeatedly occurring exception in code that causes the thrust to reset to 0? |
@steffensol Yes, and that's why @bresch is working on the hover thrust estimator. |
That's brilliant! |
@steffensol What's the reason for it being only 15% lower. Is it a tailsitter :-) |
The main reason is that we have very large propellers running low RPM, to give high efficiency (We're getting flight times in excess of 1h). Unfortunately this also sometimes leads to loss-of-sync with the ESCs at low throttle. Hover is currently at 40%, and the minimum at 25% - if we go any lower, flight performance is very stuttery. |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
MC land detector |
Hey,
My Pixhawk 4 mini hexarotor with PX4 1.9.2 release wasn't maintaining altitude while hovering, so I increased the mid throttle from 50% to 60%.
What I got is this super odd thrust oscillation, while hovering (the thrust value is going to 0 for a short period of time -> see the logs). Even though I'm trying to land, it's only reacting to increasing the throttle, but not to not lowering -> also visible in the logs. I had to use kill switch.
The oscillations occur across all modes.
After going back to 50% mid-throttle the problem disappears.
The battery warnings are result of the voltage sag (the actual voltage was 3.75V/cell and the default BAT_V_EMPTY is pretty high, at 3.50V/cell).
Logs:
https://logs.px4.io/plot_app?log=ececa147-2ad7-4aa7-9e0a-bcc0761c06af
The text was updated successfully, but these errors were encountered: