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:
@@ -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"
|
||||
Reference in New Issue
Block a user