-
I have 2 sets of data recorded by Both data sets are supposed to be ~30 seconds long. I need to replay these datasets through However, the oculus data set has a variable sample rate and they last for much less than 30 seconds (20-23 seconds). My questions are:
The dataset (115KB in size, compressed) can be found here Edit: I forgot to mention that I am using the |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
@kt10aan thanks for the post and the datasets, will have a look at it asap and get back to you. |
Beta Was this translation helpful? Give feedback.
-
@kt10aan I have made modifications to the |
Beta Was this translation helpful? Give feedback.
-
thanks for the quick fix @vtikha. I ran the updated yarpdataplayer and I still have some issues:
which is correct, as I mentioned that the two datasets are 30secs long. However, when running the dataset, both of them last for approximately 28seconds (according to the
You can find a screen recording of it here |
Beta Was this translation helpful? Give feedback.
-
@kt10aan just a quick comment. Your dataset contains both |
Beta Was this translation helpful? Give feedback.
-
I've performed the following test:
The outcome is that on the dumped data the timing is retained, that is the acquisition lasted @kt10aan can you confirm this? |
Beta Was this translation helpful? Give feedback.
-
@kt10aan they start a few seconds after but this is how your dataset had been recorded. @pattacini is right, you have to select the correct timestamp. Thanks @pattacini for the quick |
Beta Was this translation helpful? Give feedback.
-
I replayed the datasets with Also, I assume that the Anyway, my problem is solved! |
Beta Was this translation helpful? Give feedback.
-
@kt10aan 👍 The data are always played in sync. Simply, according to |
Beta Was this translation helpful? Give feedback.
@kt10aan I have made modifications to the
yarpdatasetplayer
that now follows the exact length and synchronisation stored within the acquisition logs. I also added atime taken
column that accounts for the elapsed time. I tried it on your dataset and all seems fine.