Skip to content

Commit 0e1b683

Browse files
committed
--wip--
1 parent b78af3e commit 0e1b683

File tree

27 files changed

+1273
-1286
lines changed

27 files changed

+1273
-1286
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ members = [
6161
"tools/depp",
6262
"tools/fanta",
6363
"tools/mujoco-simulator/mujoco-rust-server",
64-
"tools/parameter_tester",
6564
"tools/pepsi",
6665
"tools/twix",
6766
"tools/vista",
@@ -164,6 +163,7 @@ image = { version = "0.25.5", default-features = false, features = ["jpeg"] }
164163
indicatif = "0.17.11"
165164
itertools = "0.14.0"
166165
ittapi = "0.4.0"
166+
json5 = "1.3.0"
167167
kinematics = { path = "crates/kinematics" }
168168
lazy_static = "1.5.0"
169169
levenberg-marquardt = "0.14.0"

crates/control/Cargo.toml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,43 @@ license.workspace = true
66
homepage.workspace = true
77

88
[dependencies]
9-
approx = { workspace = true }
10-
ball_filter = { workspace = true }
11-
bincode = { workspace = true }
9+
# approx = { workspace = true }
10+
# ball_filter = { workspace = true }
11+
# bincode = { workspace = true }
1212
booster = { workspace = true }
13-
calibration = { workspace = true }
13+
# calibration = { workspace = true }
1414
color-eyre = { workspace = true }
15-
context_attribute = { workspace = true }
16-
coordinate_systems = { workspace = true }
17-
energy_optimization = { workspace = true }
18-
filtering = { workspace = true }
19-
framework = { workspace = true }
20-
geometry = { workspace = true }
21-
hardware = { workspace = true }
22-
hsl_network_messages = { workspace = true }
15+
# context_attribute = { workspace = true }
16+
# coordinate_systems = { workspace = true }
17+
# energy_optimization = { workspace = true }
18+
# filtering = { workspace = true }
19+
# framework = { workspace = true }
20+
# geometry = { workspace = true }
21+
# hardware = { workspace = true }
22+
# hsl_network_messages = { workspace = true }
2323
hulkz = { workspace = true }
24-
hungarian_algorithm = { workspace = true }
25-
itertools = { workspace = true }
26-
kinematics = { workspace = true }
27-
linear_algebra = { workspace = true }
28-
log = { workspace = true }
29-
motionfile = { workspace = true }
30-
nalgebra = { workspace = true }
31-
ndarray = { workspace = true }
32-
ndarray-conv = { workspace = true }
33-
num-traits = { workspace = true }
34-
ordered-float = { workspace = true }
35-
ort = { workspace = true }
36-
path_serde = { workspace = true }
37-
projection = { workspace = true }
38-
proptest = { workspace = true }
39-
rand = { workspace = true }
40-
rand_chacha = { workspace = true }
24+
# hungarian_algorithm = { workspace = true }
25+
# itertools = { workspace = true }
26+
# kinematics = { workspace = true }
27+
# linear_algebra = { workspace = true }
28+
# log = { workspace = true }
29+
# motionfile = { workspace = true }
30+
# nalgebra = { workspace = true }
31+
# ndarray = { workspace = true }
32+
# ndarray-conv = { workspace = true }
33+
# num-traits = { workspace = true }
34+
# ordered-float = { workspace = true }
35+
# ort = { workspace = true }
36+
# path_serde = { workspace = true }
37+
# projection = { workspace = true }
38+
# proptest = { workspace = true }
39+
# rand = { workspace = true }
40+
# rand_chacha = { workspace = true }
4141
serde = { workspace = true }
42-
smallvec = { workspace = true }
43-
splines = { workspace = true }
44-
step_planning = { workspace = true }
45-
step_planning_solver = { workspace = true }
42+
# smallvec = { workspace = true }
43+
# splines = { workspace = true }
44+
# step_planning = { workspace = true }
45+
# step_planning_solver = { workspace = true }
4646
tokio = { workspace = true }
4747
tracing = { workspace = true }
4848
types = { workspace = true }

0 commit comments

Comments
 (0)