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

Add noise_std to hello-wolf sensor YAML files

parent 1d277dac
No related branches found
No related tags found
1 merge request!444Resolve "Implement use of ParamsSensorBase in class SensorBase"
Pipeline #9904 passed
......@@ -3,3 +3,4 @@
k_disp_to_disp: 0.1 # m^2 / m
k_rot_to_rot: 0.1 # rad^2 / rad
apply_loss_function: true
noise_std: [1,1]
......@@ -3,3 +3,4 @@
noise_range_metres_std: 0.1
noise_bearing_degrees_std: 0.5
apply_loss_function: true
noise_std: [1,1]
......@@ -5,3 +5,4 @@ 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]
......@@ -5,3 +5,4 @@ k_disp_to_rot: 0.000001 # rad^2 / m
k_rot_to_rot: 0.000001 # rad^2 / rad
min_disp_var: 0.00000001 # m^2
min_rot_var: 0.00000001 # rad^2
noise_std: [1,1]
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