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

IMU Rate Visualization #582

Merged
merged 3 commits into from
Nov 24, 2022
Merged

IMU Rate Visualization #582

merged 3 commits into from
Nov 24, 2022

Conversation

goldbattle
Copy link
Collaborator

This adds a visualization to the result report that includes the sampling rate over the whole dataset for the IMU.
This can allow insight into the "quality" of the IMU and if there are any timestamp problems.
For example, the following IMU has incorrect timestamps where a burst of IMU are send at a rate of 1ms with gaps of 6ms between.
image

A "good" timestamp would be on that has a fixed rate (aside from sensor drops) such as this one which has a fixed 5ms (200Hz) between readings:
image

While other IMUs can have "jitter" where alternating readings have small errors around the fixed frequency.
This isn't as big of a problem, but is a source of error (not as bad as having the first example)
image

@ethzasl-jenkins
Copy link

Can one of the admins verify this patch?

@goldbattle goldbattle merged commit ee5a57d into master Nov 24, 2022
@goldbattle goldbattle deleted the imu_rate_viz branch November 24, 2022 23:55
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

2 participants