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'm currently working with the Lite Gripper coupled to the Lite 6 arm. After the last commits, I've found some errors in the xarm_description package, more exactly in the URDF folder, in both common, gripper and gripper folders.
In the case of the common folder, the common.link.xacro defines both the common_link_mesh, common_link_visual and common_link_collision use the param "mesh_path" but is never defined as an input one.
Then, in the gripper and the vacuum_gripper folders, both in the gripper and the vacuum_gripper grippers it misses including the common.link.xacro macros and then, set the "mesh_path" param.
I have no idea if that occurs in other urdf folders too.
Thanks.
The text was updated successfully, but these errors were encountered:
@pala5
Hello, the mesh_path parameter is defined in xarm_device_macro.xacro. May I ask what error you are reporting now? Can you provide the ROS version you are using?
Hi,
I'm currently working with the Lite Gripper coupled to the Lite 6 arm. After the last commits, I've found some errors in the xarm_description package, more exactly in the URDF folder, in both common, gripper and gripper folders.
In the case of the common folder, the common.link.xacro defines both the common_link_mesh, common_link_visual and common_link_collision use the param "mesh_path" but is never defined as an input one.
Then, in the gripper and the vacuum_gripper folders, both in the gripper and the vacuum_gripper grippers it misses including the common.link.xacro macros and then, set the "mesh_path" param.
I have no idea if that occurs in other urdf folders too.
Thanks.
The text was updated successfully, but these errors were encountered: