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

Repair YAML files

parent eefa1571
No related branches found
No related tags found
2 merge requests!312Adress 244: Do not use default yaml params,!305WIP: Resolve "Do not use default YAML params"
Pipeline #4125 passed
processor type: "ODOM 3D" # This must match the KEY used in the SensorFactory. Otherwise it is an error. processor type: "ODOM 3D" # This must match the KEY used in the SensorFactory. Otherwise it is an error.
processor name: "Main odometer" # This is ignored. The name provided to the SensorFactory prevails processor name: "Main odometer" # This is ignored. The name provided to the SensorFactory prevails
time tolerance: 0.01 # seconds time tolerance: 0.01 # seconds
keyframe vote:
max time span: 0.2 # seconds voting_active: false
max buffer length: 10 # motion deltas voting_aux_active: false
dist traveled: 0.5 # meters k_max_time span: 0.2 # seconds
angle turned: 0.1 # radians (1 rad approx 57 deg, approx 60 deg) k_max_buff_length: 10 # motion deltas
\ No newline at end of file k_dist_traveled: 0.5 # meters
k_angle_turned: 0.1 # radians (1 rad approx 57 deg, approx 60 deg)
\ No newline at end of file
...@@ -2,6 +2,8 @@ type: "ODOM 3D" # This must match the KEY used in the SensorFactory ...@@ -2,6 +2,8 @@ type: "ODOM 3D" # This must match the KEY used in the SensorFactory
name: "Main odometer" # This is ignored. The name provided to the SensorFactory prevails name: "Main odometer" # This is ignored. The name provided to the SensorFactory prevails
time_tolerance: 0.01 # seconds time_tolerance: 0.01 # seconds
voting_active: false
voting_aux_active: false
max_time_span: 0.2 # seconds max_time_span: 0.2 # seconds
max_buff_length: 10 # motion deltas max_buff_length: 10 # motion deltas
dist_traveled: 0.5 # meters dist_traveled: 0.5 # meters
......
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