Skip to content
Snippets Groups Projects
Commit 078cdf23 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

new icp params

parent 57cc9fe5
No related branches found
No related tags found
No related merge requests found
Pipeline #21292 passed
......@@ -44,3 +44,9 @@ sigma: 0.2 # Noise of the scan
do_compute_covariance: true
cov_factor: 5 # Factor multiplying the cov output of csm
cov_max_eigv_factor: 5 # Factor multiplying the direction of the max eigenvalue of the cov output of csm
# ATTEMPTS
attempts: 5 # If result is not valid (algorithm error, high error or low points ratio)
perturbation_new_attempts: 1e-1 # Factor multiplying random perturbation of initial_guess from 2nd attempt
max_mean_error: 1 # Max mean error threshold to declare result invalid
min_points_ratio: 0.1 # Min ratio of matched points to declare result invalid
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment