Closed xiangyudxy closed 3 years ago
Yes, I also want to know those IMU parameters... I would try other VI-SLAMs on this VOID dataset.
Sorry for the slow response, I didn't get an email from github for this repo for some odd reason. But I will look into it and provide the numbers soon.
I added calibration in this commit: https://github.com/alexklwong/void-dataset/compare/calibration. Currently it is in the calibration branch, once I get the okay from the other authors I'll push it to master
I added calibration in this commit: 4fade33. Currently it is in the calibration branch, once I get the okay from the other authors I'll push it to master
Thanks for your reply!
Thank you very much for your reply!
"alignment": { "t_camera_to_body": [0.056, 0.048, -0.013], "w_camera_to_body": [-1.246, 1.178, -1.237] },
Does "w_camera_to_body" mean Rodrigues' rotation parameters from the camera to imu (the vector represents rotation axis and its norm is rotation angle)??
@muskie82, yes.
Thank You