Skip to content
Snippets Groups Projects
Commit 6a653031 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

add IMU bootstrap params

parent b71fa85e
No related branches found
No related tags found
No related merge requests found
time_tolerance: 0.0025 # Time tolerance for joining KFs (half of 5ms or 200Hz) time_tolerance: 0.0025 # Time tolerance for joining KFs (half of 5ms or 200Hz)
unmeasured_perturbation_std: 0.000001 unmeasured_perturbation_std: 0.000001
apply_loss_function: false apply_loss_function: false
keyframe_vote: keyframe_vote:
voting_active: false voting_active: false
max_time_span: 1.0 # seconds max_time_span: 1.0 # seconds
max_buff_length: 500 # motion deltas max_buff_length: 500 # motion deltas
dist_traveled: 2.0 # meters dist_traveled: 2.0 # meters
angle_turned: 0.1 # radians (1 rad approx 57 deg, approx 60 deg) angle_turned: 0.1 # radians (1 rad approx 57 deg, approx 60 deg)
bootstrap:
enable: false
method: "G" # methods: "G", "STATIC" or "V0_G"
averaging_length: 0.10 # seconds
keyframe_provider_processor_name: "processor_other_name" # Not yet implemented
\ 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