ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Do you know the tf library? If not, read up on that.
You need to define a transform from /base_link to /camera, i.e. basically where it is mounted on the robot. If that is fixed, you can use a static_transform_publisher, otherwise define a URDF description.