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

Bug Report: Aberrant Yaw and Loss of Altitude causing Crash #9475

Closed
eliaswaddington opened this issue May 16, 2018 · 1 comment
Closed

Bug Report: Aberrant Yaw and Loss of Altitude causing Crash #9475

eliaswaddington opened this issue May 16, 2018 · 1 comment

Comments

@eliaswaddington
Copy link

eliaswaddington commented May 16, 2018

Bug Report

https://logs.px4.io/plot_app?log=a82e2108-6d41-4f1a-931a-7f14f96c333e

While flying, I encountered the issue in the log above. As I was flying, the vehicle began to yaw anti-clockwise, followed by a loss of power and responsiveness. In the log above, I attempted to switch the vehicle to stabilized mode to give full power to the motors, however it did not save the quadrotor and did some damage to one landing gear.
This was the second time this type of problem happened. The first (on the same vehicle), I was high enough to recover the 15 meter altitude loss and land safely.

What I've found so far: At about 9:05, a yaw deviation started and though the angular rate setpoint moved to correct it, the vehicle did not turn in the correct orientation. According to the UAVCAN measured response of the ESCs, the motors were spinning correctly to counter this yaw.

What caused this? Was it as simple as not having enough thrust to stay in the air while yawing? If so, why does the vehicle prioritize yaw heading over maintaining altitude?

@bresch
Copy link
Member

bresch commented May 18, 2018

Hi @eliaswaddington . After looking at the log file, I see that the average hover throttle is ~80%. Your system seems to be highly underpowered (ideally, it should be <60%). This also correlates with the fact that the roll/pitch tracking is bad and I'm not surprised that you can't yaw properly.

If possible, you should first make hardware modifications (stronger propulsion system, lower TOW) before making software changes.

Good luck!

ps.: since it's not a bug, if you need more help, please ask in http://discuss.px4.io/ or Slack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants