getting position of an static object using rgbd camera in UAV
I am trying to get position of a static object in my simulation world(gazebo). I am using rgbd camera attached to UAV. Is there any way of getting position of that static object using rgbd camera?
First of all you need to detect the object on the ground, you can use opencv or whatever you prefer to get pixel coordinates of that object. Second part is getting that info in 3D world, for that I am assuming that you have camera transform available, if you do, then look at this answer for the rest.