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

Fix YAML files for gtests to pass

parent dd4866d1
No related branches found
Tags v32
2 merge requests!54devel->main,!50Resolve "Bootstrap sequence"
...@@ -11,6 +11,6 @@ keyframe_vote: ...@@ -11,6 +11,6 @@ keyframe_vote:
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)
bootstrap: bootstrap:
enable: true enable: false
method: "G" method: "G"
averaging_length: 0.10 # seconds averaging_length: 0.10 # seconds
\ No newline at end of file
type: "ProcessorImu" # This must match the KEY used in the SensorFactory. Otherwise it is an error.
time_tolerance: 0.0025 # Time tolerance for joining KFs
unmeasured_perturbation_std: 0.00001
keyframe_vote:
voting_active: false
max_time_span: 2.0 # seconds
max_buff_length: 20000 # motion deltas
dist_traveled: 2.0 # meters
angle_turned: 0.2 # radians (1 rad approx 57 deg, approx 60 deg)
bootstrap:
enable: true
method: "G"
averaging_length: 0.10 # seconds
\ No newline at end of file
...@@ -12,6 +12,6 @@ keyframe_vote: ...@@ -12,6 +12,6 @@ keyframe_vote:
angle_turned: 10000000000 # radians (1 rad approx 57 deg, approx 60 deg) angle_turned: 10000000000 # radians (1 rad approx 57 deg, approx 60 deg)
bootstrap: bootstrap:
enable: true enable: false
method: "G" method: "G"
averaging_length: 10 averaging_length: 10
\ 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