Skip to content

Commit 2d59779

Browse files
authored
Merge pull request #26 from jbrodovsky:jbrodovsky/issue25
Refactor strapdown state for improved debugging. Fixes #25
2 parents 4d1ac06 + 72a8464 commit 2d59779

15 files changed

Lines changed: 25926 additions & 996 deletions

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

Cargo.lock

Lines changed: 38 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "strapdown-rs"
33
authors = ["James Brodovsky"]
4-
version = "0.1.1"
4+
version = "0.2.0"
55
edition = "2024"
66
description = "A toolbox for building and analyzing strapdown inertial navigation systems."
77
license = "MIT"
@@ -25,7 +25,7 @@ path = "src/strapdown.rs"
2525

2626
[dependencies]
2727
angle = "0.5.0"
28-
chrono = "0.4.41"
28+
chrono = {version = "0.4.41", features = ["serde"] }
2929
csv = "1.3.1"
3030
nalgebra = "0.33.2"
3131
nav-types = "0.5.2"

core/closed_loop.csv

Lines changed: 8036 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)