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

Noise in AirSim getMultirotorState() and IMU sensor #3269

Closed
AngelTang190 opened this issue Jan 2, 2021 · 2 comments
Closed

Noise in AirSim getMultirotorState() and IMU sensor #3269

AngelTang190 opened this issue Jan 2, 2021 · 2 comments

Comments

@AngelTang190
Copy link

Question

What's your question?

Is there noise in getMultirotorState() and IMU sensor readings for AirSim?

Include context on what you are trying to achieve

If there is noise, how can I find it?

Context details

Include details of what you already did to find answers

I tried searching for settings and I found a setting called "NoiseSettings", but I am not sure how to get the noise for getMultirotorState() and IMU sensor reading.

Thank you!

@jonyMarino
Copy link
Collaborator

Hi, @AngelTang190! Thanks for your question. The NoiseSettings are for the camera. But I can see searching through the code that there is noise concept on different sensors:

uncorrelated_noise_ = RandomGeneratorGausianR(0.0f, params_.unnorrelated_noise_sigma);
//correlated_noise_.initialize(params_.correlated_noise_tau, params_.correlated_noise_sigma, 0.0f);

uncorrelated_noise_ = RandomGeneratorGausianR(0.0f, params_.unnorrelated_noise_sigma);
//correlated_noise_.initialize(params_.correlated_noise_tau, params_.correlated_noise_sigma, 0.0f);

uncorrelated_noise_ = RandomGeneratorGausianR(0.0f, params_.unnorrelated_noise_sigma);
//correlated_noise_.initialize(params_.correlated_noise_tau, params_.correlated_noise_sigma, 0.0f);

You can take a try to #2821 to be able to set the noise through the settings.

@jonyMarino
Copy link
Collaborator

Closed due to inactivity. Please, feel free to ask for it to be reopened if you wish to continue posting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants