You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a use a robotiq hande gripper with iiwa14. I have used the iiwa14 urdf file provided in this package. I have create robotiq hande description packages and control packages. When I run the robotiq hande gipper packages alone without attaching it to iiwa14 URDF, it runs perfectly fine (image attached)
But when I added the gripper URDF in the iiwa14 URDF, I can only see the gripper base link. Rviz shows an error that the there is no joint between the fingers and the gripper base (image attached)
This is the modified iiwa14 URDF:
`
<!-- include the lbr iiwa macro -->
<xacro:include filename="$(find lbr_description)/urdf/iiwa14/iiwa14_description.xacro" />
<xacro:arg name="robot_name" default="lbr" />
<xacro:arg name="sim" default="true" />
<xacro:arg
name="system_parameters_path"
default="$(find lbr_ros2_control)/config/lbr_system_parameters.yaml" />
<!-- fixed to world, see http://classic.gazebosim.org/tutorials?tut=ros_urdf&cat=connect_ros -->
<link name="world" />
<!--joint
between world and link_0-->
<joint name="world_joint" type="fixed">
<parent link="world" />
<child link="link_0" />
</joint>
<!-- iiwa -->
<xacro:iiwa14
robot_name="$(arg robot_name)"
sim="$(arg sim)"
system_parameters_path="$(arg system_parameters_path)" />
<!-- include the robotiq hand-e -->
I am trying to create a use a robotiq hande gripper with iiwa14. I have used the iiwa14 urdf file provided in this package. I have create robotiq hande description packages and control packages. When I run the robotiq hande gipper packages alone without attaching it to iiwa14 URDF, it runs perfectly fine (image attached)
But when I added the gripper URDF in the iiwa14 URDF, I can only see the gripper base link. Rviz shows an error that the there is no joint between the fingers and the gripper base (image attached)
This is the modified iiwa14 URDF:
`
`
Can I anyone please help me to debug the issues?
The text was updated successfully, but these errors were encountered: