Skip to content

Commit a1ace88

Browse files
alexschmanderrmburgjulianschulerknoellle
committed
Minimal viable framework using booster interface for mujoco
Co-authored-by: Rasmus Mecklenburg <42248344+rmburg@users.noreply.github.com> Co-authored-by: Julian Schuler <31921487+julianschuler@users.noreply.github.com> Co-authored-by: knoellle <33729490+knoellle@users.noreply.github.com>
1 parent 6bf1e58 commit a1ace88

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+290
-5530
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,8 @@ jobs:
116116
matrix:
117117
target:
118118
- imagine
119-
- nao
120119
- replayer
121-
- webots
120+
- mujoco
122121
profile:
123122
- dev
124123
- release

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,10 @@ members = [
2020
"crates/geometry",
2121
"crates/hardware",
2222
"crates/hula_types",
23-
"crates/hulk",
2423
"crates/hulk_imagine",
2524
"crates/hulk_manifest",
2625
"crates/hulk_mujoco",
27-
"crates/hulk_nao",
2826
"crates/hulk_replayer",
29-
"crates/hulk_webots",
3027
"crates/hulk_widgets",
3128
"crates/hungarian_algorithm",
3229
"crates/kinematics",
@@ -41,8 +38,8 @@ members = [
4138
"crates/path_serde_derive",
4239
"crates/projection",
4340
"crates/ransac",
44-
"crates/repository",
45-
"crates/ros2",
41+
"crates/repository",
42+
"crates/ros2",
4643
"crates/source_analyzer",
4744
"crates/spl_network",
4845
"crates/spl_network_messages",
@@ -143,7 +140,6 @@ glob = "0.3.2"
143140
hardware = { path = "crates/hardware" }
144141
home = "=0.5.9"
145142
hula_types = { path = "crates/hula_types" }
146-
hulk = { path = "crates/hulk" }
147143
hulk_manifest = { path = "crates/hulk_manifest" }
148144
hulk_widgets = { path = "crates/hulk_widgets" }
149145
hungarian_algorithm = { path = "crates/hungarian_algorithm" }
@@ -201,8 +197,8 @@ ransac = { path = "crates/ransac" }
201197
regex = "1.11.1"
202198
repository = { path = "crates/repository" }
203199
reqwest = { version = "0.12.12", features = ["blocking"] }
204-
ros2 = { path = "crates/ros2" }
205200
rmp-serde = "1.3.0"
201+
ros2 = { path = "crates/ros2" }
206202
rustfft = "6.2.0"
207203
scenario = { path = "crates/scenario" }
208204
semver = "1.0.25"

0 commit comments

Comments
 (0)