Earthwings / annotate

Create 3D labelled bounding boxes in RViz
BSD 3-Clause "New" or "Revised" License
161 stars 22 forks source link

time_offsets out of dual 32-bit range #25

Open stoneeejianbing opened 1 year ago

stoneeejianbing commented 1 year ago

Describe the bug when i run the code,and clilck the target i want label, the code is not work and the errr is :+1:

terminate called after throwing an instance of 'std::runtime_error'026374               
  what():  Duration is out of dual 32-bit range

err_annote

so , i change one line code :

ann_change

it worked

so, is there anything i was wrong ?or the timstamp in ros-bag is different?

and ,the value time_offsets is to do what?is it a useful value?

thank you !