namenu/stretch3-kitchen-scene
Stretch 3 kitchen — MuJoCo scene A residential kitchen staged around a Hello Robot Stretch 3: counter run with a recessed sink, induction cooktop and hood, fridge, island, dining set, and free props. The robot is the MuJoCo Menagerie hello_robot_stretch_3 model, redistributed unmodified — meshes, joint ranges, actuator gains, telescope couplings and all — attached into the scene and placed with a frame transform. import mujoco model =… See the full description on the dataset page: https://huggingface.co/datasets/namenu/stretch3-kitchen-scene.
Stretch 3 kitchen — MuJoCo scene
A residential kitchen staged around a Hello Robot Stretch 3: counter run with a recessed sink, induction cooktop and hood, fridge, island, dining set, and free props. The robot is the MuJoCo Menagerie `hello_robot_stretch_3` model, redistributed unmodified — meshes, joint ranges, actuator gains, telescope couplings and all — attached into the scene and placed with a frame transform.
import mujoco
model = mujoco.MjModel.from_xml_path("kitchen_scene.xml") # 178 geoms, 85 meshes, nq 55, nu 10The mobile base keeps its free joint, so the scene is usable for navigation as well as manipulation; structural furniture has contact enabled, decorative trim does not, and the finite floor plane is the boundary.
Published as a pinned asset reference for Strata: an environment entry names a commit of this repository instead of carrying the bytes, so the scene, the simulator stack, and the environment code are versioned separately and a host fetches the scene only when it needs to run it.
