yifutao commited on
Commit
1325539
·
verified ·
1 Parent(s): 7f232f1

Create README.txt

Browse files
Files changed (1) hide show
  1. calibration/README.txt +12 -0
calibration/README.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ camx.yaml: Cameras intrinsic
2
+ imu.yaml: IMU intrinsic
3
+
4
+ Cam-lidar-imu.yaml:
5
+
6
+ T_cam_lidar: Camera-LiDAR extrinsic (homogeneous transformation matrix)
7
+ C_r_CL: Camera-LiDAR extrinsic (translation: x, y, z)
8
+ C_q_CL: Camera-LiDAR extrinsic (rotation quaternion: x, y, z, w)
9
+ C_r_CI: Camera-IMU extrinsic (translation: x, y, z)
10
+ C_q_CI: Camera-IMU extrinsic (rotation quaternion: x, y, z, w)
11
+
12
+ Intra-camera calibration and IMU-LiDAR can be inferred from the transformations above.