Skip to content
Snippets Groups Projects
Commit 37993d9e authored by Médéric Fourmy's avatar Médéric Fourmy
Browse files

hotfix: remove voting_aux_active from yaml files

parent 667c47d9
No related branches found
No related tags found
No related merge requests found
Pipeline #6271 passed
...@@ -4,7 +4,6 @@ time_tolerance: 0.1 ...@@ -4,7 +4,6 @@ time_tolerance: 0.1
unmeasured_perturbation_std: 0.001 unmeasured_perturbation_std: 0.001
keyframe_vote: keyframe_vote:
voting_active: true voting_active: true
voting_aux_active: false
max_time_span: 999 max_time_span: 999
dist_traveled: 0.95 dist_traveled: 0.95
angle_turned: 999 angle_turned: 999
......
...@@ -4,6 +4,5 @@ time_tolerance: 0.1 ...@@ -4,6 +4,5 @@ time_tolerance: 0.1
keyframe_vote: keyframe_vote:
voting_active: true voting_active: true
voting_aux_active: false
apply_loss_function: true apply_loss_function: true
...@@ -5,7 +5,6 @@ unmeasured_perturbation_std: 0.001 ...@@ -5,7 +5,6 @@ unmeasured_perturbation_std: 0.001
keyframe_vote: keyframe_vote:
voting_active: false 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
......
...@@ -35,7 +35,6 @@ config: ...@@ -35,7 +35,6 @@ config:
time_tolerance: 0.01 # seconds time_tolerance: 0.01 # seconds
keyframe_vote: keyframe_vote:
voting_active: true voting_active: true
voting_aux_active: false
max_time_span: 1.95 # seconds max_time_span: 1.95 # seconds
max_buff_length: 999 # motion deltas max_buff_length: 999 # motion deltas
dist_traveled: 999 # meters dist_traveled: 999 # meters
......
...@@ -40,7 +40,6 @@ config: ...@@ -40,7 +40,6 @@ config:
time_tolerance: 0.01 # seconds time_tolerance: 0.01 # seconds
keyframe_vote: keyframe_vote:
voting_active: false 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
......
...@@ -39,7 +39,6 @@ config: ...@@ -39,7 +39,6 @@ config:
time_tolerance: 0.01 # seconds time_tolerance: 0.01 # seconds
keyframe_vote: keyframe_vote:
voting_active: false 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
......
...@@ -38,7 +38,6 @@ config: ...@@ -38,7 +38,6 @@ config:
time_tolerance: 0.01 # seconds time_tolerance: 0.01 # seconds
keyframe_vote: keyframe_vote:
voting_active: false 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
......
...@@ -38,7 +38,6 @@ config: ...@@ -38,7 +38,6 @@ config:
time_tolerance: 0.01 # seconds time_tolerance: 0.01 # seconds
keyframe_vote: keyframe_vote:
voting_active: false 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
......
...@@ -46,7 +46,6 @@ config: ...@@ -46,7 +46,6 @@ config:
time_tolerance: 0.01 # seconds time_tolerance: 0.01 # seconds
keyframe_vote: keyframe_vote:
voting_active: true voting_active: true
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: 10 # meters dist_traveled: 10 # meters
......
...@@ -40,7 +40,6 @@ config: ...@@ -40,7 +40,6 @@ config:
time_tolerance: 0.01 # seconds time_tolerance: 0.01 # seconds
keyframe_vote: keyframe_vote:
voting_active: true voting_active: true
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: 10 # meters dist_traveled: 10 # meters
......
...@@ -4,7 +4,6 @@ time_tolerance: 0.01 # seconds ...@@ -4,7 +4,6 @@ time_tolerance: 0.01 # seconds
keyframe_vote: keyframe_vote:
voting_active: false 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