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

What is the TF tree? Set frame_id to base frame. For example, if the TF root is camera_link instead of default base_link, then it can be set like this:

<node pkg="rtabmap_ros" type="rgbd_odometry" name="rgbd_odometry" output="screen">
   <param name="frame_id" value="camera_link"/>
</node>