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, Thanks for your great job.
I have and OAKD which has IMU + Camera integrated. is there any trick i should do to be able to use my data?
cuz I get in the following loop all the time.
case DatasetReader::AGAIN:{
continue;
}
would u mind guiding me? do I have to get Synced data? may I use unsynced data??
The text was updated successfully, but these errors were encountered:
The code currently does not perform online correction of sensor timestamps for asynchronous data, so it cannot directly handle asynchronous data at this time. To use online data, it may be necessary to add relevant device driver code to the project. We have already integrated a ROS version, so it might be worth considering utilizing ROS to handle online data acquisition.
If you want to first collect data and then read the dataset, you can refer to the parsing method of the EuRoC dataset and inherit the relevant classes to complete the dataset parsing.
Hi, Thanks for your great job.
I have and OAKD which has IMU + Camera integrated. is there any trick i should do to be able to use my data?
cuz I get in the following loop all the time.
would u mind guiding me? do I have to get Synced data? may I use unsynced data??
The text was updated successfully, but these errors were encountered: