ros / ros_comm

ROS communications-related packages, including core client libraries (roscpp, rospy, roslisp) and graph introspection tools (rostopic, rosnode, rosservice, rosparam).
http://wiki.ros.org/ros_comm
747 stars 914 forks source link

rosbag issue - recorder thread creating new files with no content #2285

Open sarithabapuram opened 1 year ago

sarithabapuram commented 1 year ago

After recording for one hour or so, recorder starts creating the empty files without any content in it.

I assume the issue might be with the subscriber callback, main thread is still running and creating empty files for every 20sec with the below command

rosbag record -a --duration 20 --split -o /tmp/test_.

Someone already faced this issue and any recovery possible?