pytorch_kinematics icon indicating copy to clipboard operation
pytorch_kinematics copied to clipboard

Problems while specifying root link

Open llliuxiao opened this issue 2 months ago • 1 comments

My robot structure is: "etc -> torso_link2 -> torso_joint3 -> torso_link3 -> left_arm_base_joint -> left_arm_base_link -> left_arm_joint1 -> left_arm_link1 -> etc".

pk.build_serial_chain_from_urdf(urdf, end_link_name="left_arm_link1", root_link_name="torso_link3")

Now I want to calculate the relative transformation between left_arm_lin1 and torso_link3, but I was asked to provide the joint position of torso_joint3.

What is the correct usage for my requirement?

Thanks~

llliuxiao avatar Sep 12 '25 07:09 llliuxiao