How to get coordinates from depthImage
Hi
I am working with depthImages. This is my first time with camera models, so I do not understand how to get the information I need from camera_info topic.
My inputs are a CameraInfo and a Image(depthimage) topics. I need to get the coordinates (in odom frame) of one of the pixels.
Can anyone explain me how to do it? I have tried too much things but the results are wrong. I think it may be because of the matrices that define the camera or the focal length... but I am lost in this field.
Thank you.