Skip to content

Commit

Permalink
Implement Error State Kalman Filter for IMU and GPS sensor fusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoalto-metis authored and Edoalto-metis committed Oct 2, 2024
1 parent a38be77 commit ca77cef
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 550 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ rumqttc = "0.24"
eskf = { git = "https://github.com/nordmoen/eskf-rs.git" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
nalgebra = { version = "=0.32.6", features = ["serde-serialize"] }
nalgebra = { version = "=0.33.0", features = ["serde-serialize"] }
map_3d = "0.1.5"
num-quaternion = "0.2.23"
2 changes: 0 additions & 2 deletions Cross.toml

This file was deleted.

101 changes: 0 additions & 101 deletions src/bin/sailtrack-kalman-eksf.rs

This file was deleted.

Loading

0 comments on commit ca77cef

Please sign in to comment.