Modified jerk planner to use no_std and custom sqrt and cbrt routines. These routines do not seem to work yet

This commit is contained in:
TQ Hirsch
2022-04-24 23:59:13 +02:00
parent ce6a6be1e9
commit 7685ed1ab7
6 changed files with 96 additions and 6 deletions

View File

@@ -7,4 +7,6 @@ edition = "2021"
[dependencies]
jerk_control = { path = "../jerk_control" }
structopt = { version = "0.3.26" }
# structopt = { version = "0.3.26" }
rayon = "1.5.2"