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

Use sliding window and higher unmeasured cov

parent 27929ca1
No related branches found
No related tags found
3 merge requests!31devel->main,!29Add functionality for UAV,!27Fix test with acc_x = 2 m/s2
......@@ -16,7 +16,11 @@ config:
L: [1,1,1]
time_tolerance: 0.1
tree_manager:
type: "None"
type: "TreeManagerSlidingWindow"
plugin: "core"
n_frames: 3
n_fix_first_frames: 1
viral_remove_empty_parent: true
map:
type: "MapBase"
plugin: "core"
......@@ -44,7 +48,7 @@ config:
plugin: "bodydynamics"
time_tolerance: 0.1
apply_loss_function: false
unmeasured_perturbation_std: 0.00000001
unmeasured_perturbation_std: 0.0001
state_getter: true
state_priority: 1
n_propellers: 3
......
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