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

Speedup level calibration #13666

Merged
merged 2 commits into from
Dec 3, 2019
Merged

Speedup level calibration #13666

merged 2 commits into from
Dec 3, 2019

Conversation

bkueng
Copy link
Member

@bkueng bkueng commented Dec 3, 2019

Another one that can be made faster: instead of resetting existing calibration on start and having to wait until the estimator converges, keep the existing calibration applied and subtract it during the procedure.
Then measure the attitude during 500ms (instead of 5s previously) and check for motion. If there was, restart the calibration.

As a further improvement we can inform the estimator about the change, so it can reset and adjust quicker.

- instead of resetting existing calibration on start and having to wait
  until the estimator converges, keep existing calibration applied and
  subtract it.
- reduce calibration time from 5s to 500ms, and check for motion during
  that time.
- repeat if there was motion
- fix an uorb resource leak
@dagar dagar merged commit e2a2654 into master Dec 3, 2019
@dagar dagar deleted the level_calib_improvements branch December 3, 2019 18:59
@mrpollo mrpollo mentioned this pull request Mar 16, 2020
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 this pull request may close these issues.

None yet

3 participants