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

Adding noise to depth and PC measurements #1

Open
bmrocamora opened this issue Apr 22, 2021 · 1 comment
Open

Adding noise to depth and PC measurements #1

bmrocamora opened this issue Apr 22, 2021 · 1 comment

Comments

@bmrocamora
Copy link

bmrocamora commented Apr 22, 2021

I'm trying to use your plugins but the Gaussian noise parameters of the depth sensor on _d435i.gazebo.xacro does not seem to have any effect on the measurements (depth image or point clouds). Any idea why?

@bmrocamora bmrocamora changed the title Enabling PC, and adding noise to depth and PC measurements Adding noise to depth and PC measurements Apr 22, 2021
@m-tartari
Copy link
Owner

Apparently, even though the SDF specification has the noise tag, Gazebo doesn't add it to depth camera images and just ignores the tag (I was not aware of that). Since the realsense_gazebo_plugin that this repo uses relies on the depth image to generate the PC, also the PC will have no noise.

Once I have time I will try to add a plugin to this repo (I cannot give you any time guarantees, it might take a while).
Meanwhile, if noise is crucial for your application, you might consider adding peci1/gazebo_noisy_depth_camera to your project.

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

No branches or pull requests

2 participants