Skip to content

Commit 8f9d901

Browse files
alexschmandervivi-ennepejotejormburgjulianschuler
authored
Minimal viable booster framework (#2100)
* write `booster_low_level_interface` trait Co-authored-by: pejotejo <149575214+pejotejo@users.noreply.github.com> * make things irish * better naming and docs Co-authored-by: pejotejo <149575214+pejotejo@users.noreply.github.com> better naming and docs Co-authored-by: pejotejo <149575214+pejotejo@users.noreply.github.com> * add `serde_transform_isometry` module * impl `HardwareInterface` for mujoco Add mujoco connection test Add time stamped message type --wip-- * ROS2 and zed camera message types * hulk_mujoco: impl `RGBDSensorsInterface` * Refactor `SimulationMessage` * 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> * Retry connecting to websocket Co-authored-by: knoellle <33729490+knoellle@users.noreply.github.com> * Use correct message type for `tf` low interface topic * Address @knoellle review comments * Address @oleflb review comments * Format * Move `SimulationMessage` into its own crate * Readd tests to CI excluding bevyhavior simulator --------- Co-authored-by: vivi-enne <vivienne.schwabe@tuhh.de> Co-authored-by: pejotejo <149575214+pejotejo@users.noreply.github.com> 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 27921c5 commit 8f9d901

Some content is hidden

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

73 files changed

+1531
-5228
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
lfs: true
109109
- name: Test
110-
run: ./pepsi test --locked --all-features
110+
run: ./pepsi test --locked --all-features --workspace --exclude bevyhavior_simulator
111111

112112
build:
113113
name: Build
@@ -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

0 commit comments

Comments
 (0)