Thank you for this repo. I don't understand the reason for this error. bag2video.py:67: RuntimeWarning: divide by zero encountered in true_divide diffs = 1/np.diff(times) How can I fix it?
Thank you for this repo. I don't understand the reason for this error.
bag2video.py:67: RuntimeWarning: divide by zero encountered in true_divide
diffs = 1/np.diff(times)
How can I fix it?