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

the two keys lines in the code of the CLI program that you say works well are:

for offset in outbag.reindex():
     pass

This will consume the generator mentioned in the documentation as referenced above. That should create a properly indexed outbag

(this is an old question but I came here looking for this answer via google)