How to include my own tcp to be visualised in rviz and gazebo? #946
Unanswered
T-BonesLek
asked this question in
Q&A
Replies: 1 comment
-
The normal workflow for this is to create a custom package with your own URDF that includes and instantiates ur_macro. The driver supports this by letting you specify the If you have further compilation problems with the robot please file an issue containing your workflow and the relevant build logs. |
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
-
To be able to update my new urdf.xacro for ur5 cb3 with my custom gripper included I must perform "colcon build" on the source directory such that ur_robot_driver/urdf/ur.urdf.xacro is updated and be executable. I get lots of errors when trying to build the repo out of the box. Is there another way to include my gripper than trying to change UR's working Driver package.
Beta Was this translation helpful? Give feedback.
All reactions