Problem with rosbag reindex [closed]

asked 2011-09-08 06:49:59 -0500

Chris gravatar image

Hi, I have a bagfile which was being written while the computer was shutdown. I ended up with an ".active" bag, which I ran through rosbag reindex as suggested by the troubleshooting wiki. Unfortunately, if I do an rosbag info on the reindexed bag I get the following error trace:

File "/opt/ros/diamondback/stacks/ros_comm/tools/rosbag/src/rosbag/bag.py", line 414, in __str__ start_stamp = min([index[ 0].time.to_sec() for index in self._connection_indexes.itervalues()]) IndexError: list index out of range

If I reindex a second time the bag is empty.

Chris

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2012-08-03 12:40:05

Comments

I'd suggest taking this to the ros-users mailing list. (This is probably the first time anybody's ever been told to move _to_ the mailing list, rather than from the mailing list to answers) I'd suggest having the .bag posted somewhere downloadable, too.
Mac gravatar image Mac  ( 2011-09-09 02:12:11 -0500 )edit