Skip to content

Commit e445e76

Browse files
committed
Add intel_d435i.yaml
1 parent 681e712 commit e445e76

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

config/intel_d435i.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -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+
proj_model: "pinhole"
24+
dist_model: "radtan4"
25+
resolution: [640, 480]

0 commit comments

Comments
 (0)