1.1 KiB
1.1 KiB
Hello Robot Stretch 3 Description (MJCF)
Important
Requires MuJoCo 2.3.3 or later.
Overview
This package contains the robot description (MJCF) of the Hello Robot Stretch 3 developed by Hello Robot. This model was directly provided by Hello Robot under the Apache 2.0.
URDF → MJCF derivation steps
- Processed
.obj
files withobj2mjcf
. - Added
<mujoco> <compiler discardvisual="false" fusestatic="false" balanceinertia="true"/> </mujoco>
to the URDF's<robot>
clause in order to preserve visual geometries. - Loaded the URDF into MuJoCo and saved a corresponding MJCF.
- Manually edited the MJCF to extract common properties into the
<default>
section. - Added actuators.
- Added
<exclude>
clauses to prevent collisions in the telescoping arm. - Added
scene.xml
which includes the robot, with a textured groundplane, skybox, and haze. - Formatted the MJCF wiht XML formatter.
License
This model is released under an Apache-2.0 License.