We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993f002 commit c6dd99bCopy full SHA for c6dd99b
config/calib/icp_calib.yml
@@ -0,0 +1,21 @@
1
+%YAML:1.0
2
+---
3
+io:
4
+ lidar_pcd: ../KITTI-00/floam_map_00.pcd
5
+ lidar_pose: ../KITTI-00/floam_isam_00.txt
6
+ cam_pcd: ../KITTI-00/orb_map_00.pcd
7
+ init_sim3: ../KITTI-00/he_calib_00.txt
8
+ FrameId: ../KITTI-00/FrameId.yml
9
+ savePath: ../KITTI-00/icp_calib_00.txt
10
+
11
+runtime:
12
+ max_corr_dist: 1
13
+ max_iter: 100
14
15
+vis:
16
+ use_vis: true
17
+ height: 960
18
+ width: 1280
19
+ name: "Map ICP"
20
+ cam_pcd_color: [0.7,0.3,0.8]
21
+ lidar_pcd_color: [0.5,0.8,0.3]
0 commit comments