Open RyodoTanaka opened 11 months ago
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?
@qoopen0815
Thank you for your interest. Currently, codes for the noise model are located in the following directory
Also, the namespace would be UnitySensors.Utils.Noise.
@Autumn60 Thanks, I found the code!
Quick question: Any reason the noise model, which seems ready to roll, hasn't been integrated into the IMU yet? Is there a specific reason or is the implementation approach still up in the air?
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. (e.g., Gaussian noise + drift noise, Gaussian noise + temperature noise, etc.) Given this, I believe it is necessary to have a common interface for all noise model classes, like PointCloud data.
@Autumn60 The ethz-asl's link you've found looks very interesting ! It seems we also could be possible to implement the noise model 😎
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.
If anyone have any other idea, it is very welcome to write them on here.