Skip to content

Commit

Permalink
WIP: Implement eskf approach
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoZua95LT committed Sep 30, 2024
1 parent 8eff2b2 commit a38be77
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 483 deletions.
10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ version = "0.1.0"
edition = "2021"

[dependencies]
log = "0.4"
env_logger = "0.11"
rumqttc = "0.24"
nalgebra = "=0.32.5"
eskf = { git = "https://github.com/nordmoen/eskf-rs.git" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rand = "0.8.5"
kalmanfilt = "0.2.4"
crossbeam-channel = "0.5.0"
log = "0.4"
env_logger = "0.11"
nalgebra = { version = "=0.32.6", features = ["serde-serialize"] }
Loading

0 comments on commit a38be77

Please sign in to comment.