yifutao commited on
Commit
1f919df
·
verified ·
1 Parent(s): 5b91f60

Create calibration_target.txt

Browse files
Files changed (1) hide show
  1. calibration/calibration_target.txt +17 -0
calibration/calibration_target.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Camera-IMU calibration (Kalibr)
2
+
3
+ target_type: 'aprilgrid' #gridtype
4
+ tagCols: 6 #number of apriltags
5
+ tagRows: 6 #number of apriltags
6
+ tagSize: 0.088 #size of apriltag, edge to edge [m]
7
+ tagSpacing: 0.3 #ratio of space between tags to tagSize
8
+
9
+
10
+ Camera-Lidar calibration (DiffCal)
11
+
12
+ target_type: 'checkerboard' #gridtype
13
+ targetCols: 12 #number of internal chessboard corners
14
+ targetRows: 9 #number of internal chessboard corners
15
+ rowSpacingMeters: 0.06 #size of one chessboard square [m]
16
+ colSpacingMeters: 0.06 #size of one chessboard square [m]
17
+