What is the format of a depth image in Gazebo 11?
Hey, I was wondering, what exactly the format of the depth image form a depth sensor (like ros kinect) is. So far I have not found anything yet. Shouldnt it be something like png or jpg nontheless? And is there any page where I can find a detailed description of the konversion into an image. I would like to know how much error the image has (quantization).
Thank you guys for help
Update:
As I have found out, the format of a depth image is R_Float32. But I still have no idea how high the quantization error is.