You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Davide,
Thank you for creating such a great capture tool. We use it extensively in our research.
While recording a long dataset, I noticed the somewhat questionable default behavior of data_tamer to clear and restart the current measurement after 10 minutes:
I have increased the reset time with setMaxTimeBeforeReset(), but the default behavior may not be obvious to many people, especially since the existing measurement file is overwritten without notice.
In my opinion it would be better not to automatically restart the measurement or to automatically create a new file with a counter appended to the filename.
What do you think?
Yours
Vinc
The text was updated successfully, but these errors were encountered:
I made #32 to allow for unlimited recording, please feel welcome to add a comment there on your preferred usage! There are a couple different options, and I'd be happy to implement any of them depending on your and @facontidavide's preferences.
Hi Davide,
Thank you for creating such a great capture tool. We use it extensively in our research.
While recording a long dataset, I noticed the somewhat questionable default behavior of data_tamer to clear and restart the current measurement after 10 minutes:
data_tamer/data_tamer_cpp/src/sinks/mcap_sink.cpp
Lines 121 to 124 in 5750ccf
I have increased the reset time with
setMaxTimeBeforeReset()
, but the default behavior may not be obvious to many people, especially since the existing measurement file is overwritten without notice.In my opinion it would be better not to automatically restart the measurement or to automatically create a new file with a counter appended to the filename.
What do you think?
Yours
Vinc
The text was updated successfully, but these errors were encountered: