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

Tune odom 3d params in yaml file

parent 0f49a1f0
Branches ubuntu_18_04
Tags 1.0.1
No related merge requests found
sensor type: "ODOM 3D" # This must match the KEY used in the SensorFactory. Otherwise it is an error. sensor type: "ODOM 3D" # This must match the KEY used in the SensorFactory. Otherwise it is an error.
sensor name: "Main odometer" # This is ignored. The name provided to the SensorFactory prevails sensor name: "Main odometer" # This is ignored. The name provided to the SensorFactory prevails
motion variances: motion variances:
disp_to_disp: 0.1 # m^2 / m disp_to_disp: 0.2 # m^2 / m
disp_to_rot: 0.2 # rad^2 / m disp_to_rot: 0.2 # rad^2 / m
rot_to_rot: 0.3 # rad^2 / rad rot_to_rot: 0.1 # rad^2 / rad
min_disp_var: 0.4 # m^2 min_disp_var: 0.1 # m^2
min_rot_var: 0.5 # rad^2 min_rot_var: 0.1 # rad^2
\ 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