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

You normally cannot record and play bag file simultaneously as the bag file that is played publishes the same topic you already have via kinect driver. That is something ROS doesn't know how do deal with. I believe you should first record the topic you need and then split/play it as you need, maybe using some parameters to rename "camera" to avoid publishing two similar topics.