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

Add bootstrap params to yaml files

parent 15fdf6fc
No related branches found
No related tags found
2 merge requests!54devel->main,!50Resolve "Bootstrap sequence"
...@@ -9,3 +9,8 @@ keyframe_vote: ...@@ -9,3 +9,8 @@ keyframe_vote:
max_buff_length: 20000 # motion deltas max_buff_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)
bootstrap:
enable: true
method: "G"
averaging_length: 10
\ No newline at end of file
...@@ -10,3 +10,8 @@ keyframe_vote: ...@@ -10,3 +10,8 @@ keyframe_vote:
max_buff_length: 1000000000 # motion deltas max_buff_length: 1000000000 # motion deltas
dist_traveled: 100000000000 # meters dist_traveled: 100000000000 # meters
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:
enable: true
method: "G"
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