jmscslgroup / bagpy

Python package for reading, and extracting data from rosbag files and performing any analysis on it.
https://jmscslgroup.github.io/bagpy/
Other
207 stars 39 forks source link

Unindexed bag error #8

Closed scabbed-wings closed 3 years ago

scabbed-wings commented 3 years ago

Is this a problem related with the file properties?

The call I've done is the following: b = bagreader('C:/Users/XXX/Desktop/XXXX/rosbag.bag')

rahulbhadani commented 3 years ago

It looks like your bag file is corrupted or the recording was stopped prematurely. You might want to look up on how to reindex bag files. In addition to that, bagpy is not meant to be used on Windows. If it works that's good, otherwise, I don't have any plan to provide support for Windows. Please read the README for requirements.

scabbed-wings commented 3 years ago

Thanks, it was an error on the file