Thanks for your valuable dataset. I have a question about IMU data.
In this dataset, I find the quaternion(w, x, y, z ) is used to express the 3D rotation of ego car in this dataset.
However, I find that the quaternion(w, x, y, z ) shows in the following different files:
ego_pose.json/V1.0-trainval:
scene-xxxx_ms_imu.json/can_bus:
scene-xxxx_pose.json/can_bus:
I am confused about all these quaternion(w, x, y, z ), so which one is the real IMU data for the ego car?
Could you please help me with that?
The quaternions in *_imu.json are from the raw IMU data, while those in ego_pose.json and scene_*_pose.json are the outputs of a lidar map-based localization algorithm
Dear authors:
Thanks for your valuable dataset. I have a question about IMU data. In this dataset, I find the quaternion(w, x, y, z ) is used to express the 3D rotation of ego car in this dataset. However, I find that the quaternion(w, x, y, z ) shows in the following different files:
ego_pose.json/V1.0-trainval:
scene-xxxx_ms_imu.json/can_bus:
scene-xxxx_pose.json/can_bus:
I am confused about all these quaternion(w, x, y, z ), so which one is the real IMU data for the ego car? Could you please help me with that?