# 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](https://hello-robot.com/product) developed by [Hello Robot](https://hello-robot.com/). This model was directly provided by Hello Robot under the [Apache 2.0](LICENSE).
## URDF → MJCF derivation steps
1. Processed `.obj` files with [`obj2mjcf`](https://github.com/kevinzakka/obj2mjcf).
2. Added ` ` to the URDF's
`` clause in order to preserve visual geometries.
3. Loaded the URDF into MuJoCo and saved a corresponding MJCF.
4. Manually edited the MJCF to extract common properties into the `` section.
5. Added actuators.
6. Added `` clauses to prevent collisions in the telescoping arm.
7. Added `scene.xml` which includes the robot, with a textured groundplane, skybox, and haze.
8. Formatted the MJCF wiht XML formatter.
## License
This model is released under an [Apache-2.0 License](LICENSE).