unitree_ros/robots/h1_2_description/README.md

21 lines
563 B
Markdown
Raw Normal View History

2024-10-09 20:51:51 +08:00
# 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
```
2025-02-07 20:28:22 +08:00
2. Drag and drop the MJCF model file (`h1_2.xml` or `h1_2_handless.xml`) to the MuJoCo Viewer.