How can I run "this file" in ROS?

asked 2018-12-19 06:22:12 -0500

minhsonpkmta@gmail.com gravatar image

I have a 3D file which draw in Solidwork18 and I convert it to URDF file by using SWTOURDF tools. After converting, I have a folder which have: launch folder, mesher folder, urdf folder, config folder, CMakeLists.txt and package.xml. How can I run urdf file in ROS?

edit retag flag offensive close merge delete

Comments

duplicate of your own question?

aPonza gravatar image aPonza  ( 2018-12-19 10:27:19 -0500 )edit
1

You don't run URDF files, they define robots or parts of robots. They will be read by other nodes to control or simulate them. So the question is what do you want to do with your URDF file?

PeteBlackerThe3rd gravatar image PeteBlackerThe3rd  ( 2018-12-19 11:21:47 -0500 )edit