21 lines
541 B
Markdown
21 lines
541 B
Markdown
|
# Unitree H1_2 Description (URDF & MJCF)
|
||
|
|
||
|
## Overview
|
||
|
|
||
|
This package includes a universal humanoid robot description (URDF & MJCF) for the [Unitree H1_2](https://www.unitree.com/h1), developed by [Unitree Robotics](https://www.unitree.com/).
|
||
|
|
||
|
<p align="center">
|
||
|
<img src="h1_2.png" width="500"/>
|
||
|
</p>
|
||
|
|
||
|
## Visulization with [MuJoCo](https://github.com/google-deepmind/mujoco)
|
||
|
|
||
|
1. Open MuJoCo Viewer
|
||
|
|
||
|
```bash
|
||
|
pip install mujoco
|
||
|
python -m mujoco.viewer
|
||
|
```
|
||
|
|
||
|
2. Drag and drop the MJCF model file (`scene.xml`) to the MuJoCo Viewer.
|