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

Modeling a URDF file.

asked 2011-03-18 05:13:17 -0500

Is it possible to model a URDF file, using blender or other similar software?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
3

answered 2011-03-18 07:43:25 -0500

dejanpan gravatar image

Hi GeniusGeeko,

you may export your model done in Blender into collada and then use collada_urdf converter to convert into URDF format: https://kforge.ros.org/robotmodel/robot_model/file/d33189ce4a62/collada_urdf/src/collada_urdf.cpp D.

edit flag offensive delete link more

Comments

Alright, awesome! Thanks for this. I'm testing it now.
GeniusGeeko gravatar image GeniusGeeko  ( 2011-03-18 07:47:29 -0500 )edit
1

answered 2011-03-18 05:21:11 -0500

mjcarroll gravatar image

I don't believe that any 3d modeling software can directly output a URDF file.

I believe that the best way to go about creating a URDF file from a CAD package is to export a set of your critical dimensions as a CSV file or the like. Most, if not all, CAD packages allow you to define a set of critical dimensions to export. You can then parse these critical dimensions into a set of XACRO variables that you can use in the rest of your URDF files.

Once you have set this up once, you could then just re-export the CSV and re-run your parser each time that the 3d model changes.

You can also export your STL files to allow for "prettier" robot models.

edit flag offensive delete link more

Comments

Alright thanks, I'll check it out. If I don't like it, I'll stick to making them from scratch.
GeniusGeeko gravatar image GeniusGeeko  ( 2011-03-18 05:41:59 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2011-03-18 05:13:17 -0500

Seen: 2,618 times

Last updated: Sep 05 '13