Hello everyone!
I'm trying to convert `.bag.active` file into `.bag` file so I can play it inside `rqt_bag` program. The thing is, I tried to follow [this steps](https://answers.ros.org/question/40116/rosbag-file-cannot-be-made-bagactive/) which is to:
1. `rosbag reindex` the `.bag.active` file, and then
2. `rosbag fix` `.bag.active` file into `.bag` file
I do get the message that `Bag migration is successful.` after running `rosbag fix`, but when trying `rosbag play` it says that there are 0 messages to play.
Someone else [also asked](https://answers.ros.org/question/271655/rosbag-reindex-fix-result-in-empty-bag-file/) this question, but there are no answers, so I'm trying again, maybe you can help me.
↧