ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You need to have your camera localized with respect to the world. /map is the conventional frame name associated with the world. You need a SLAM node (or whatever that can localize the position of the camera in the world) that will publish the transform from /map to /your_camera_frame.

I suggest you have a look at rgbdslam, that will probably help you obtain what you want with very little effort.