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

added missing param for icp

parent f6246583
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,5 @@ sigma: 0.2 # Noise of the scan ...@@ -42,6 +42,5 @@ sigma: 0.2 # Noise of the scan
# COVARIANCE # COVARIANCE
do_compute_covariance: true do_compute_covariance: true
cov_factor: 5 # Factor multiplying the cov output of csm cov_factor: 1e10 # Factor multiplying the cov output of csm
cov_max_eigv_factor: 1 # Factor multiplying the direction of the max eigenvalue of the cov output of csm
cov_factor: 9999999999999999999999
...@@ -42,4 +42,5 @@ sigma: 0.2 # Noise of the scan ...@@ -42,4 +42,5 @@ sigma: 0.2 # Noise of the scan
# COVARIANCE # COVARIANCE
do_compute_covariance: true do_compute_covariance: true
cov_factor: 9999999999999999999999 cov_factor: 1e10 # Factor multiplying the cov output of csm
cov_max_eigv_factor: 1 # Factor multiplying the direction of the max eigenvalue of the cov output of csm
...@@ -32,4 +32,5 @@ use_ml_weights: 0 ...@@ -32,4 +32,5 @@ use_ml_weights: 0
use_sigma_weights: 0 use_sigma_weights: 0
cov_factor: 1 cov_factor: 1
cov_max_eigv_factor: 1
...@@ -43,3 +43,4 @@ sigma: 0.2 # Noise of the scan ...@@ -43,3 +43,4 @@ sigma: 0.2 # Noise of the scan
# COVARIANCE # COVARIANCE
do_compute_covariance: true do_compute_covariance: true
cov_factor: 1 # Factor multiplying the cov output of csm cov_factor: 1 # Factor multiplying the cov output of csm
cov_max_eigv_factor: 1 # Factor multiplying the direction of the max eigenvalue of the cov output of csm
...@@ -42,4 +42,5 @@ sigma: 0.2 # Noise of the scan ...@@ -42,4 +42,5 @@ sigma: 0.2 # Noise of the scan
# COVARIANCE # COVARIANCE
do_compute_covariance: true do_compute_covariance: true
cov_factor: 9999999999999999999999 cov_factor: 1e10 # Factor multiplying the cov output of csm
cov_max_eigv_factor: 1 # Factor multiplying the direction of the max eigenvalue of the cov output of csm
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