-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
Hi everyone,
I'm working on implementing Inverse Kinematics (IK) for the Unitree G1 Robot.
I began by referencing docs and modified the script to focus on my desired joints. in particular, focusing on a simple test regarding the left part of the robot:
robot_entity_cfg = SceneEntityCfg(
"robot",
joint_names=[
"left_shoulder_.*",
"left_elbow_.*",
],
body_names=["left_palm_link"],
)
However, the results are not as expected. The issues I'm encountering are:
- The right hand and elbows move when only the left side should be affected.
- The robot is falling to the ground during the test.
- The left hand is not reaching the target position
Ideally, I aim to achieve outcomes similar to those demonstrated here.
Does anyone know of additional documentation or scripts that could help? Any guidance would be greatly appreciated!
Metadata
Metadata
Assignees
Labels
No labels