rosbag keyboard controls unresponsive
I have been using rosbag play
to test some CPU-intensive computer vision algorithms on recorded data. Periodically during playback the command-line interface to rosbag play
becomes completely unresponsive: the timer stops counting and it is no longer responsive to keyboard controls. Messages are still being published while it is unresponsive (verified with rostopic hz
and image_view
). If I play the same data back without the CPU-intensive nodes running, everything is fine.
Stepping through the data is important for evaluating my nodes, so this has been very frustrating. Has anyone found a workaround for this problem?