diff --git a/robots/tiago_description/robots/tiago_dual.urdf b/robots/tiago_description/robots/tiago_dual.urdf index bf7a4ec1bd0ab54fdba258740209fc7e07b28cc3..8f3d204d072d31c4d922b38913ffa85f03ee88d6 100644 --- a/robots/tiago_description/robots/tiago_dual.urdf +++ b/robots/tiago_description/robots/tiago_dual.urdf @@ -3101,7 +3101,13 @@ <mechanicalReduction>0.07391769626507355</mechanicalReduction> </actuator> </transmission> - <link name="hand_left_grasping_frame"/> + <link name="hand_left_grasping_frame"> + <inertial> + <mass value="0.0"/> + <origin xyz="0 0 0"/> + <inertia ixx="0.0" ixy="0.0" ixz="0.0" iyy="0.0" iyz="0" izz="0.0"/> + </inertial> + </link> <joint name="hand_left_grasping_fixed_joint" type="fixed"> <parent link="hand_left_palm_link"/> <child link="hand_left_grasping_frame"/> @@ -5297,7 +5303,13 @@ <mechanicalReduction>0.07391769626507355</mechanicalReduction> </actuator> </transmission> - <link name="hand_right_grasping_frame"/> + <link name="hand_right_grasping_frame"> + <inertial> + <mass value="0.0"/> + <origin xyz="0 0 0"/> + <inertia ixx="0.0" ixy="0.0" ixz="0.0" iyy="0.0" iyz="0" izz="0.0"/> + </inertial> + </link> <joint name="hand_right_grasping_fixed_joint" type="fixed"> <parent link="hand_right_palm_link"/> <child link="hand_right_grasping_frame"/>