Open stephane-caron opened 4 months ago
I haven't looked at your URDF file in detail, but it's probably because some names of joint
in the URDF are same as some names of link
. You need to check the urdf in detail.
@Zionshang You were right!
In case anyone else has the same issue, I changed the joint names of the following joints by adding the suffix "_fixed": head_camera, right_hand, right_hand_camera, right_hand_camera_axis, right_hand_range, right_hand_accelerometer, right_gripper_base, left_hand, left_hand_camera, left_hand_camera_axis, left_hand_range, left_hand_accelerometer, left_gripper_base.
My modified URDF file can be found on my fork of the Rethink SDK.
I can reproduce the issue from the discussion below using this minimal example:
It seems related to the Baxter description (if we replace
baxter_description
with e.g.upkie_description
, thenbuildReducedModel
returns normally).Discussed in https://github.com/stack-of-tasks/pinocchio/discussions/2311