Skip to content

Commit

Permalink
Add reference frame transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
jbangelo committed Jun 26, 2024
1 parent 21099d4 commit a5f9642
Show file tree
Hide file tree
Showing 3 changed files with 897 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swiftnav/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ rust-version = "1.62.1"
rustversion = "1.0"
chrono = { version = "0.4", optional = true }
swiftnav-sys = { version = "^0.8.1", path = "../swiftnav-sys/" }

[dev-dependencies]
float_eq = "1.0.1"
1 change: 1 addition & 0 deletions swiftnav/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pub mod ephemeris;
pub mod geoid;
pub mod ionosphere;
pub mod navmeas;
pub mod reference_frame;
pub mod signal;
pub mod solver;
pub mod time;
Expand Down
Loading

0 comments on commit a5f9642

Please sign in to comment.