I am trying to capture the bag files for all the ROS topics using rosbag record -a
.
And when I terminate the record using Ctrl+C, the bag file captured is showing in .bag.active status and it looks like no data is being captured as the size of the file is 4.1 kB.
If I give topics individually it runs without any issue capturing the bag file.
Can anybody please help me to fix this issue?
Troubleshooting steps taken: Tried reindexing with rosbag reindex but no luck. Moreover size of the file is 4.1 kB.
Thank you. KK