Open zijianh4 opened 4 months ago
Hello, I don't know, sorry. I tried looking in the HoloLens2ForCV repo but was unable to find any relevant information. I assume 1) is due to them being two separate physical devices and 2) since it is used to measure orientation changes, translation is not used to transform rotation matrices, but this is just speculation.
Hello, I don't know, sorry. I tried looking in the HoloLens2ForCV repo but was unable to find any relevant information. I assume 1) is due to them being two separate physical devices and 2) since it is used to measure orientation changes, translation is not used to transform rotation matrices, but this is just speculation.
Thanks for your reply. I personally also hold this idea. However, if this is the case, then it seems that we can not use this IMU data with cameras especially the gyroscope part. This is because the translation part is important when we use the gyroscope readings to do pose estimation such as SLAM algorithm.
Hi, Thanks for the awesome work! I am currently trying to calibrate the IMU sensors with cameras. However, I find that the extrinsic parameters of the accelerator is
and the extrinsic parameters of the gyroscope is
and thus I have two questions about this 1) why are these two sensors have different extrinsic matrices? 2) why there is no data in the translation part of the gyroscope's extrinsic matrix? Thanks!