Skip to content

Commit

Permalink
add fpfh registration type to the registration config
Browse files Browse the repository at this point in the history
  • Loading branch information
mackopes committed Dec 9, 2022
1 parent b97cf96 commit 36bf6e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions opt/pointcloud_registration/configs/test_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"use_covisibility": false,
"no_loop_closure_within_frames": 3,
"use_iou": true,
"iou_threshold": 0.65
"iou_threshold": 0.65,
"fpfh_registration_type": "fgr"
},
"registration": {
"register_odometry_edges": true,
Expand Down Expand Up @@ -46,7 +47,7 @@
"voxel_sizes": [0.1, 0.05, 0.025, 0.0125],
"max_correspondence_distances": [0.3, 0.2, 0.1, 0.035],
"rolling_odometry_init": false,
"parallel_registration": true
"parallel_registration": false
},
"global_optimization": {
"max_iterations": 1000
Expand Down

0 comments on commit 36bf6e5

Please sign in to comment.