-
Notifications
You must be signed in to change notification settings - Fork 36
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 Noise model #74
Comments
I'm interested in implementing the proposed noise model, but I'm a little unsure where to stick it in my code. Could you please throw a hint as to which part of the codebase is needed? |
Thank you for your interest. Also, the namespace would be UnitySensors.Utils.Noise. |
@Autumn60 Quick question: |
That's because the implemention approach was not set in stone. I would like to have a framework that allows us to combine multiple noise models in the future. |
@Autumn60 |
We do not set any noise model for IMU.
The usual IMU they have several noise model.
I think following noise model is needed mainly.
This noise could be represented by using time scale.
If anyone have any other idea, it is very welcome to write them on here.
The text was updated successfully, but these errors were encountered: