We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681e712 commit e445e76Copy full SHA for e445e76
config/intel_d435i.yaml
@@ -0,0 +1,25 @@
1
+settings:
2
+ fix_intrinsics: true
3
+ enable_nbv: false
4
+ fix_mocap_poses: false
5
+ fix_fiducial_pose: false
6
+ outlier_threshold: 4.0
7
+
8
+calib_target:
9
+ target_type: 'aprilgrid' # Target type
10
+ tag_rows: 6 # Number of rows
11
+ tag_cols: 6 # Number of cols
12
+ tag_size: 0.088 # Size of apriltag, edge to edge [m]
13
+ tag_spacing: 0.3 # Ratio of space between tags to tag_size
14
+ # Example: tag_size=2m, spacing=0.5m
15
+ # --> tag_spacing=0.25[-]
16
17
+cam0:
18
+ proj_model: "pinhole"
19
+ dist_model: "radtan4"
20
+ resolution: [640, 480]
21
22
+cam1:
23
24
25
0 commit comments