Alchemist77 / pybullet-ur5-equipped-with-robotiq-140

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very good job for building ur5.urdf, Is there a urdf file for UR3?

ngcngc1 opened this issue · comments

commented

https://github.com/ros-industrial/universal_robot/blob/kinetic-devel/ur_description/urdf/ur3.urdf.xacro

You can use it, but you should modify or remove variables like ${prefix}. you can do it that what is different compared to ur3. urdf based on ur5.urdf (I used).

If you change the joint or link name, you should change the name in the code then you will see ur3 with robotiq140 in pybullet.

Cheers

For anyone interested, I made one here https://gist.github.com/aliadnani/b7b92c9a545b181cf9c629f68ab5c4ce

Just make sure to copy the meshes from universal_robot/ur_description/meshes/ur3 into ./meshes as well.