Skip to content

Commit 2ba18ae

Browse files
[CPP-61]Checkpoint rebase with filein and tracking points(buggy). (#5)
* Checkpoint rebase with filein and tracking points(buggy). * Address review requests.
1 parent b27edce commit 2ba18ae

File tree

10 files changed

+663
-203
lines changed

10 files changed

+663
-203
lines changed

Cargo.lock

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

console_backend/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
build/
22
dist/
33
*.egg-info
4+
console_backend.capnp

console_backend/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ capnp = "0.14"
1010
pyo3 = { version = "0.13", features = ["extension-module"] }
1111
sbp = { git = "https://github.com/swift-nav/libsbp.git", rev = "986af3f35033a720f21872794d0bd6579c02866c" }
1212
ordered-float = "2.0"
13+
ndarray = "0.14.0"
14+
glob = "0.3.0"
1315

1416

1517
[build-dependencies]

console_backend/console_backend.capnp

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)