Distortion parameters in depth sensor
I added depth sensor with plugin to my project based on this tutorial.
Is there any problem with distortion parameters in sensor that is type "depth"? because i tried multiple values and it looks like it's doing nothing
if add distortion parameters to camera tag also, it seems to work for rgb image from depth sensor, but it still doesnt work for depth image
Did you try using tag names like this:
<distortion_k2>0.0</distortion_k2>
<distortion_k3>0.0</distortion_k3>
<distortion_t1>0.0</distortion_t1>
<distortion_t2>0.0</distortion_t2>
This is what I saw in the turtlebot sim for depth sensor.