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

New YAML for processor_imu

parent 9c2efbdb
No related branches found
No related tags found
1 merge request!145Imu improvements
...@@ -5,4 +5,5 @@ keyframe vote: ...@@ -5,4 +5,5 @@ keyframe vote:
max buffer length: 20000 # motion deltas max buffer length: 20000 # motion deltas
dist traveled: 2.0 # meters dist traveled: 2.0 # meters
angle turned: 0.2 # radians (1 rad approx 57 deg, approx 60 deg) angle turned: 0.2 # radians (1 rad approx 57 deg, approx 60 deg)
voting_active: false voting_active: false
\ No newline at end of file
\ No newline at end of file
processor type: "IMU" # This must match the KEY used in the SensorFactory. Otherwise it is an error.
processor name: "Main imu" # This is ignored. The name provided to the SensorFactory prevails
keyframe vote:
max time span: 999999.0 # seconds
max buffer length: 999999 # motion deltas
dist traveled: 999999.0 # meters
angle turned: 999999 # radians (1 rad approx 57 deg, approx 60 deg)
voting_active: false
\ No newline at end of file
...@@ -5,4 +5,5 @@ keyframe vote: ...@@ -5,4 +5,5 @@ keyframe vote:
max buffer length: 10000 # motion deltas max buffer length: 10000 # motion deltas
dist traveled: 10000 # meters dist traveled: 10000 # meters
angle turned: 10000 # radians (1 rad approx 57 deg, approx 60 deg) angle turned: 10000 # radians (1 rad approx 57 deg, approx 60 deg)
voting_active: true voting_active: true
\ No newline at end of file
\ No newline at end of file
...@@ -5,4 +5,5 @@ keyframe vote: ...@@ -5,4 +5,5 @@ keyframe vote:
max buffer length: 10000 # motion deltas max buffer length: 10000 # motion deltas
dist traveled: 10000 # meters dist traveled: 10000 # meters
angle turned: 10000 # radians (1 rad approx 57 deg, approx 60 deg) angle turned: 10000 # radians (1 rad approx 57 deg, approx 60 deg)
voting_active: true voting_active: true
\ No newline at end of file
\ 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