Skip to content
Snippets Groups Projects
Commit 2fed5d26 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Fix hello_wolf_config.yaml state & covariance

parent 3e86a38f
No related branches found
No related tags found
1 merge request!366Resolve "Complete state vector new data structure?"
Pipeline #5561 canceled
......@@ -11,8 +11,14 @@ config:
dimension: 2 # space is 2d
prior:
mode: "factor"
state: [0,0,0]
cov: [[3,3],.01,0,0,0,.01,0,0,0,.01]
# state: [0,0,0]
$state:
P: [0,0]
O: [0]
# cov: [[3,3],.01,0,0,0,.01,0,0,0,.01]
$sigma:
P: [0.31, 0.31]
O: [0.31]
time_tolerance: 0.1
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