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

I am basing my answer on this turtlebot repo and this RGBDSLAMv2 repo.

All you need to do is to subscribe to the rgb and depth images topics output from the kinect and add them to the launch file. On the turtlebot2, the rgb topic rgb/image_raw is and depth topic is depth/image_raw. You can now use the sample launch file provided by the package and change the topic names to the values mentioned above.