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

Revision history [back]

If you want to run this in Gazebo then you have to make rgbdslam subscribe to the simulated Kinect and not the real device. That is, you have to comment out the following line in rgbdslam kinect+rgbdslam.launch:

<include file="$(find openni_camera)/launch/openni_node.launch"/>.

And you have to make sure that you start the simulated Kinect and that the mapping of the topics is correct.

D.