Closed laxnpander closed 2 years ago
Hi @laxnpander,
The camera plugin is gazebo_ros_openni_kinect which is a part of the standard gazebo ROS simulation packages. I believe it's simply reading the depth from the Gazebo camera sensor and republishing it to a ROS topic.
You can get the transformation from base_link to the camera via the /tf
topic.
Best regards, Lovro
@lmark1 I see, thanks! And the /tf
topic will be available in the "real" setup as well?
Yes.
Perfect, all questions resolved!
Hey hey,
I currently wonder on what pose the registered depth of
is based on? I'd assume it is computed with some camera internal SLAM pose, not with the one from the external tracking system? If that is the case and one wants to use the tracking pose together with the depth map by the camera: Will we get a transformation camera -> uav frame?
Best regards,
Alex