ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.