How to add prismatic joint to the end of Universal robot URDF file

asked 2020-11-04 15:01:11 -0500

Meric gravatar image

Could you please tell me how can I add a prismatic joint to the end of an URDF file of an Universal robot as in the link below:

https://github.com/ros-industrial/uni...

edit retag flag offensive close merge delete

Comments

You don't.

You shouldn't be editing those files.

You need to create a new .xacro file, instantiate the robot macro and whatever geometry you're looking to add and then use appropriate joints to combine everything.

gvdhoorn gravatar image gvdhoorn  ( 2020-11-05 05:20:53 -0500 )edit