unitree_ros/robots/h1_description
matheecs fa16256a76 fix material names 2024-07-17 20:56:35 +08:00
..
doc add h1_description 2023-12-07 11:26:48 +08:00
launch update H1 urdf for isaac gym 2024-02-01 15:48:03 +08:00
meshes update torso_link visualization 2024-04-12 10:01:47 +08:00
mjcf fix h1_with_hand mujoco error 2024-06-20 17:00:19 +08:00
urdf fix material names 2024-07-17 20:56:35 +08:00
CMakeLists.txt add h1_description 2023-12-07 11:26:48 +08:00
README.md modify readme in h1_description 2024-05-29 15:19:18 +08:00
package.xml add h1_description 2023-12-07 11:26:48 +08:00

README.md

Unitree H1 Description (URDF & MJCF)

Overview

This package includes a streamlined robot description (URDF & MJCF) for the H1 Humanoid Robot, developed by Unitree Robotics.

The file urdf/h1.urdf is description for H1 without hands, and urdf/h1_with_hand.urdf for H1 with dexterous hands. Both urdf/h1.urdf and urdf/h1_with_hand.urdf support isaacgym environment.

Basic H1 Humanoid have 19 joints:

root [⚓] => /pelvis/
    left_hip_yaw_joint [⚙+Z] => /left_hip_yaw_link/
        left_hip_roll_joint [⚙+X] => /left_hip_roll_link/
            left_hip_pitch_joint [⚙+Y] => /left_hip_pitch_link/
                left_knee_joint [⚙+Y] => /left_knee_link/
                    left_ankle_joint [⚙+Y] => /left_ankle_link/
    right_hip_yaw_joint [⚙+Z] => /right_hip_yaw_link/
        right_hip_roll_joint [⚙+X] => /right_hip_roll_link/
            right_hip_pitch_joint [⚙+Y] => /right_hip_pitch_link/
                right_knee_joint [⚙+Y] => /right_knee_link/
                    right_ankle_joint [⚙+Y] => /right_ankle_link/
    torso_joint [⚙+Z] => /torso_link/
        left_shoulder_pitch_joint [⚙+Y] => /left_shoulder_pitch_link/
            left_shoulder_roll_joint [⚙+X] => /left_shoulder_roll_link/
                left_shoulder_yaw_joint [⚙+Z] => /left_shoulder_yaw_link/
                    left_elbow_joint [⚙+Y] => /left_elbow_link/
        right_shoulder_pitch_joint [⚙+Y] => /right_shoulder_pitch_link/
            right_shoulder_roll_joint [⚙+X] => /right_shoulder_roll_link/
                right_shoulder_yaw_joint [⚙+Z] => /right_shoulder_yaw_link/
                    right_elbow_joint [⚙+Y] => /right_elbow_link/

Usages

MuJoCo(recommend)

pip install mujoco
python -m mujoco.viewer --mjcf=mjcf/scene.xml

RViz

roslaunch h1_description display.launch

Gazebo

roslaunch h1_description gazebo.launch