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

Merge branch '287-quad-introduce-vector-composites-for-states-API' of...

Merge branch '287-quad-introduce-vector-composites-for-states-API' of ssh://gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf into 287-quad-introduce-vector-composites-for-states-API
parents 8e2bb7cf 2fed5d26
No related branches found
No related tags found
1 merge request!366Resolve "Complete state vector new data structure?"
Pipeline #5562 canceled
...@@ -11,8 +11,14 @@ config: ...@@ -11,8 +11,14 @@ config:
dimension: 2 # space is 2d dimension: 2 # space is 2d
prior: prior:
mode: "factor" mode: "factor"
state: [0,0,0] # state: [0,0,0]
cov: [[3,3],.01,0,0,0,.01,0,0,0,.01] $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 time_tolerance: 0.1
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