ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

STEP files for URDF model

asked 2017-05-22 03:21:43 -0500

Rahndall gravatar image

Dear Ros Users, I am trying to write an URDF model for Robotiq 2F-140 gripper. http://support.robotiq.com/pages/view...

Unfortunately only STEP files are provided. Is there a way to use these files to create an URDF file usable in ROS?

Thanks!

edit retag flag offensive close merge delete

Comments

1

This is not an answer, but I wanted to point you to ros-industrial/robotiq. I'm not sure whether or not the 2F-140 is supported already, but might be worth a look. See ros-industrial/robotiq#97.

gvdhoorn gravatar image gvdhoorn  ( 2017-05-22 04:07:42 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
3

answered 2017-05-22 08:09:24 -0500

Airuno2L gravatar image

URDF only support STL and DAE file formats (as far as I know). If you can only find STEP files you can import those into most CAD programs and export it as a STL easily.

Solidworks is the most popular CAD software but it is expensive. If you don't already have access to it, there are some free ones you can try such as FreeCAD.

One small hiccup: if your STEP files don't contain color information then STL will work fine. But STL does not support colors so if your STEP DOES contain color you'll want to use DAE instead of STL, but most CAD packages don't export DAE. Most CAD software WILL export .wrl which can then be imported into Blender and then converted to DAE and color will be maintained.

To summarize:

if STEP file doesn't have color->import STEP into FreeCAD->export as STL

if STEP file does contain color->import STEP into FreeCAD->export as .wrl->import .wrl into Blender->export as DAE

(I know this works with Solidworks, I'm assuming FreeCAD can do it)

edit flag offensive delete link more

Comments

When I convert WRL format to DAE format using blender, color is lost. Any clue guys?

pmuthu2s gravatar image pmuthu2s  ( 2019-02-05 04:25:32 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2017-05-22 03:21:43 -0500

Seen: 8,627 times

Last updated: May 22 '17