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

structure processor yaml files

parent e4a772db
No related branches found
No related tags found
3 merge requests!39release after RAL,!38After 2nd RAL submission,!9Remove sensor from processor creators
...@@ -2,11 +2,12 @@ type: "ODOM 3D" # This must match the KEY used in the SensorFactory ...@@ -2,11 +2,12 @@ type: "ODOM 3D" # This must match the KEY used in the SensorFactory
time_tolerance: 0.01 # seconds time_tolerance: 0.01 # seconds
voting_active: false keyframe_vote:
voting_aux_active: false voting_active: false
max_time_span: 0.2 # seconds voting_aux_active: false
max_buff_length: 10 # motion deltas max_time_span: 0.2 # seconds
dist_traveled: 0.5 # meters max_buff_length: 10 # motion deltas
angle_turned: 0.1 # radians (1 rad approx 57 deg, approx 60 deg) dist_traveled: 0.5 # meters
angle_turned: 0.1 # radians (1 rad approx 57 deg, approx 60 deg)
unmeasured_perturbation_std: 0.001 unmeasured_perturbation_std: 0.001
\ 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