Skip to content
Snippets Groups Projects
Commit a70cda6f authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

map and tree manager asking for plugin and type

parent 13490850
No related branches found
No related tags found
No related merge requests found
Showing
with 56 additions and 3 deletions
...@@ -38,6 +38,10 @@ config: ...@@ -38,6 +38,10 @@ config:
compute_cov: true compute_cov: true
cov_enum: 3 cov_enum: 3
cov_period: 1 cov_period: 1
map:
type: "MapBase"
plugin: "core"
sensors: sensors:
- -
......
...@@ -28,6 +28,10 @@ config: ...@@ -28,6 +28,10 @@ config:
compute_cov: false compute_cov: false
cov_enum: 3 cov_enum: 3
cov_period: 1 cov_period: 1
map:
type: "MapBase"
plugin: "core"
sensors: sensors:
- -
......
...@@ -28,6 +28,10 @@ config: ...@@ -28,6 +28,10 @@ config:
compute_cov: true compute_cov: true
cov_enum: 3 cov_enum: 3
cov_period: 1 cov_period: 1
map:
type: "MapBase"
plugin: "core"
sensors: sensors:
- -
......
...@@ -28,6 +28,10 @@ config: ...@@ -28,6 +28,10 @@ config:
compute_cov: false compute_cov: false
cov_enum: 3 cov_enum: 3
cov_period: 1 cov_period: 1
map:
type: "MapBase"
plugin: "core"
sensors: sensors:
- -
......
...@@ -28,6 +28,10 @@ config: ...@@ -28,6 +28,10 @@ config:
compute_cov: true compute_cov: true
cov_enum: 3 cov_enum: 3
cov_period: 1 cov_period: 1
map:
type: "MapBase"
plugin: "core"
sensors: sensors:
- -
......
...@@ -28,6 +28,10 @@ config: ...@@ -28,6 +28,10 @@ config:
compute_cov: false compute_cov: false
cov_enum: 3 cov_enum: 3
cov_period: 1 cov_period: 1
map:
type: "MapBase"
plugin: "core"
sensors: sensors:
- -
......
...@@ -17,7 +17,7 @@ config: ...@@ -17,7 +17,7 @@ config:
prior: prior:
#follow: "../prior/POV_factor.yaml" #follow: "../prior/POV_factor.yaml"
follow: "../prior/POV_fix.yaml" follow: "../prior/POV_fix.yaml"
solver: solver:
max_num_iterations: 20 max_num_iterations: 20
verbose: 0 verbose: 0
...@@ -28,6 +28,10 @@ config: ...@@ -28,6 +28,10 @@ config:
compute_cov: true compute_cov: true
cov_enum: 3 cov_enum: 3
cov_period: 1 cov_period: 1
map:
type: "MapBase"
plugin: "core"
sensors: sensors:
- -
......
...@@ -17,7 +17,7 @@ config: ...@@ -17,7 +17,7 @@ config:
prior: prior:
#follow: "../prior/PO_factor.yaml" #follow: "../prior/PO_factor.yaml"
follow: "../prior/PO_fix.yaml" follow: "../prior/PO_fix.yaml"
solver: solver:
max_num_iterations: 20 max_num_iterations: 20
verbose: 0 verbose: 0
...@@ -28,6 +28,10 @@ config: ...@@ -28,6 +28,10 @@ config:
compute_cov: false compute_cov: false
cov_enum: 3 cov_enum: 3
cov_period: 1 cov_period: 1
map:
type: "MapBase"
plugin: "core"
sensors: sensors:
- -
......
...@@ -28,6 +28,10 @@ config: ...@@ -28,6 +28,10 @@ config:
compute_cov: true compute_cov: true
cov_enum: 3 cov_enum: 3
cov_period: 1 cov_period: 1
map:
type: "MapBase"
plugin: "core"
sensors: sensors:
- -
......
...@@ -28,6 +28,10 @@ config: ...@@ -28,6 +28,10 @@ config:
compute_cov: false compute_cov: false
cov_enum: 3 cov_enum: 3
cov_period: 1 cov_period: 1
map:
type: "MapBase"
plugin: "core"
sensors: sensors:
- -
......
type: "TreeManagerSlidingWindow" type: "TreeManagerSlidingWindow"
plugin: "core"
n_frames: 10 n_frames: 10
n_fix_first_frames: 0 n_fix_first_frames: 0
viral_remove_empty_parent: true viral_remove_empty_parent: true
\ No newline at end of file
type: "TreeManagerSlidingWindow" type: "TreeManagerSlidingWindow"
plugin: "core"
n_frames: 10 n_frames: 10
n_fix_first_frames: 1 n_fix_first_frames: 1
viral_remove_empty_parent: true viral_remove_empty_parent: true
\ No newline at end of file
type: "TreeManagerSlidingWindow" type: "TreeManagerSlidingWindow"
plugin: "core"
n_frames: 20 n_frames: 20
n_fix_first_frames: 0 n_fix_first_frames: 0
viral_remove_empty_parent: true viral_remove_empty_parent: true
\ No newline at end of file
type: "TreeManagerSlidingWindow" type: "TreeManagerSlidingWindow"
plugin: "core"
n_frames: 20 n_frames: 20
n_fix_first_frames: 1 n_fix_first_frames: 1
viral_remove_empty_parent: true viral_remove_empty_parent: true
\ No newline at end of file
type: "TreeManagerSlidingWindow" type: "TreeManagerSlidingWindow"
plugin: "core"
n_frames: 20 n_frames: 20
n_fix_first_frames: 10 n_fix_first_frames: 10
viral_remove_empty_parent: true viral_remove_empty_parent: true
\ No newline at end of file
type: "TreeManagerSlidingWindowDualRate" type: "TreeManagerSlidingWindowDualRate"
plugin: "core"
n_frames: 10 n_frames: 10
n_frames_recent: 5 n_frames_recent: 5
rate_old_frames: 10 rate_old_frames: 10
......
type: "TreeManagerSlidingWindowDualRate" type: "TreeManagerSlidingWindowDualRate"
plugin: "core"
n_frames: 20 n_frames: 20
n_frames_recent: 10 n_frames_recent: 10
rate_old_frames: 10 rate_old_frames: 10
......
type: "TreeManagerSlidingWindowDualRate" type: "TreeManagerSlidingWindowDualRate"
plugin: "core"
n_frames: 20 n_frames: 20
n_frames_recent: 5 n_frames_recent: 5
rate_old_frames: 10 rate_old_frames: 10
......
type: "TreeManagerSlidingWindowDualRate" type: "TreeManagerSlidingWindowDualRate"
plugin: "core"
n_frames: 30 n_frames: 30
n_frames_recent: 10 n_frames_recent: 10
rate_old_frames: 10 rate_old_frames: 10
......
...@@ -28,6 +28,10 @@ config: ...@@ -28,6 +28,10 @@ config:
compute_cov: true compute_cov: true
cov_enum: 4 #GAUSS_TUCAN cov_enum: 4 #GAUSS_TUCAN
cov_period: 1 cov_period: 1
map:
type: "MapBase"
plugin: "core"
sensors: sensors:
- -
......
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