Skip to content
Snippets Groups Projects
Commit 1d277dac authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add noise_std to sensors in yaml files

parent 561e7fc4
No related branches found
No related tags found
1 merge request!444Resolve "Implement use of ParamsSensorBase in class SensorBase"
Pipeline #9897 failed
......@@ -26,6 +26,7 @@ config:
k_rot_to_rot: 0.1
min_disp_var: 0.1
min_rot_var: 0.1
noise_std: [1,1]
extrinsic:
pose: [1,2,3,0,0,0,1]
processors:
......
......@@ -23,6 +23,7 @@ config:
k_rot_to_rot: 0.1
min_disp_var: 0.1
min_rot_var: 0.1
noise_std: [1,1]
extrinsic:
pose: [1,2,3,0,0,0,1]
processors:
......
......@@ -29,6 +29,7 @@ config:
k_rot_to_rot: 0.1
min_disp_var: 0.1
min_rot_var: 0.1
noise_std: [1,1]
extrinsic:
pose: [1,2,3,0,0,0,1]
processors:
......
......@@ -27,6 +27,7 @@ config:
k_rot_to_rot: 0.1
min_disp_var: 0.1
min_rot_var: 0.1
noise_std: [1,1]
extrinsic:
pose: [1,2,3,0,0,0,1]
processors:
......
......@@ -27,6 +27,7 @@ config:
k_rot_to_rot: 0.1
min_disp_var: 0.1
min_rot_var: 0.1
noise_std: [1,1]
extrinsic:
pose: [1,2,3,0,0,0,1]
processors:
......
......@@ -27,6 +27,7 @@ config:
k_rot_to_rot: 0.1
min_disp_var: 0.1
min_rot_var: 0.1
noise_std: [1,1]
extrinsic:
pose: [1,2,3,0,0,0,1]
processors:
......
......@@ -31,6 +31,7 @@ config:
k_rot_to_rot: 0.1
min_disp_var: 0.1
min_rot_var: 0.1
noise_std: [1,1]
extrinsic:
pose: [1,2,3,0,0,0,1]
processors:
......
......@@ -25,6 +25,7 @@ config:
k_rot_to_rot: 0.1
min_disp_var: 0.1
min_rot_var: 0.1
noise_std: [1,1]
extrinsic:
pose: [1,2,3,0,0,0,1]
processors:
......
......@@ -5,3 +5,5 @@ k_disp_to_rot: 0.02 # rad^2 / m
k_rot_to_rot: 0.01 # rad^2 / rad
min_disp_var: 0.01 # m^2
min_rot_var: 0.01 # rad^2
noise_std: [1,1]
\ 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