jsk-ros-pkg / jsk_common

common programs for jsk-ros-pkg
42 stars 81 forks source link

catch StopIteration when all images do not have stamp #1767

Closed knorth55 closed 1 year ago

knorth55 commented 1 year ago

bag_to_video throw StopInteration signal when there is no next in iterator. This occurs when all images has 0 timestamp. This PR avoid the error and skip the topic when all timestamp is zero.