Skip to content

Commit

Permalink
added radar Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmondDantes21 committed Dec 11, 2023
1 parent ee238bb commit a23cc9d
Show file tree
Hide file tree
Showing 347 changed files with 1,153 additions and 0 deletions.
182 changes: 182 additions & 0 deletions radar/Cargo.lock

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

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
robotics_lib = { version = "0.1.17", registry = "kellnr"}
rand = "0.8.5"
strum = "0.25.0"
Loading

0 comments on commit a23cc9d

Please sign in to comment.