Robotics StackExchange | Archived questions

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?

Asked by impaidk on 2019-12-08 11:46:16 UTC

Comments

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.

Asked by Choco93 on 2019-12-09 02:39:52 UTC

Answers