Hi,
I wonder why there are different translation & rotation matrix for the same sensor ?
take sensor_token : 725903f5b62f56118f4094b46a4470d8 (cam_front) in calibrated_sensor.json for example
there are two kinds of translation & rotation combination:
1.
“translation”: [
1.72200568478,
0.00475453292289,
1.49491291905
],
“rotation”: [
0.5077241387638071,
-0.4973392230703816,
0.49837167536166627,
-0.4964832014373754
],
2.
“translation”: [
1.70079118954,
0.0159456324149,
1.51095763913
],
“rotation”: [
0.4998015430569128,
-0.5030316162024876,
0.4997798114386805,
-0.49737083824542755
],
They both represent the calibration from cam_front to ego car.
But I thought cam_front to ego car’s calibration should always stay the same, so there should only be one translation & rotation matrix ? But it shows two.
What did I misunderstood? Thanks!