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

Tumble detection is over sensitive #1294

Closed
krichardsson opened this issue Jun 8, 2023 · 0 comments · Fixed by #1296
Closed

Tumble detection is over sensitive #1294

krichardsson opened this issue Jun 8, 2023 · 0 comments · Fixed by #1296
Milestone

Comments

@krichardsson
Copy link
Contributor

The tumble detection seems to be a bit too sensitive and sometimes triggers on a hard landing. This leads to the supervisor going into the locked state which requires a restart of the platform.

The tumble detection was updated in #1286

The values for upside-down detection is probably the problem

Better values might be something like

  const float acceptedUpsideDownAccZ = -0.5;  
  const uint32_t maxUpsideDownTime = M2T(60);
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

Successfully merging a pull request may close this issue.

2 participants