Skip to content

Commit

Permalink
created folder for localisation
Browse files Browse the repository at this point in the history
  • Loading branch information
misha7b committed Sep 26, 2024
1 parent 58b6f19 commit d0b9330
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 0 deletions.
157 changes: 157 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ pub mod log_types;
pub mod mqtt;
pub mod mqtt_topics;
pub mod types;


7 changes: 7 additions & 0 deletions lib/localisation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "hyped_localisation"
version = "0.1.0"
edition = "2021"

[dependencies]
nalgebra = "0.33.0"
1 change: 1 addition & 0 deletions lib/localisation/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#![no_std]

0 comments on commit d0b9330

Please sign in to comment.