How is the offical xacro file generated? I am the beginner of learning universal robot with ros and urdf #648
Unanswered
gavin112-lhy
asked this question in
Q&A
Replies: 1 comment
-
I can share my experience. you should xacro:include ur10e_macro.xacro, Here is the example snippet:
I hope this helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the real UR10e robot arm, I have added the customize gripper as the tcp and mounted depth camera d435 on the gripper. I can use the offical xacro file and do moving plan by moveit following the toturial and instrution, however, I need to do the simulation of the real robot arm with gripper and camera embegged in boh gazebo and unity envrionment. Practically, I know that need to combine the gripper and camera in SolidWorks of the CAD model before generating the URDF file through SolidWorks URDF plug in. I realize that the offical ur10e xacro file including multiplr layer of oher xacro file, and there is a ur_common.xacro and ur_transmissions.xarco file. How can I conbine those features in ur_common.xacro and ur_transmissions.xarco into the new generated URDF file from Solidworks. I am so sorry for such a long question, thank you.
Beta Was this translation helpful? Give feedback.
All reactions