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

Export format from ArchiCAD import into Gazebo

asked 2011-08-23 22:56:49 -0500

szokei gravatar image

updated 2014-01-28 17:10:16 -0500

ngrennan gravatar image

Hello. I would like to know in which format should I export a 3D work created in ArhiCAD in order to import it into Gazebo. Thank you.

edit retag flag offensive close merge delete

Comments

Can ArchiCAD export models in COLLADA (.dae) or STL format?
hsu gravatar image hsu  ( 2011-08-25 07:22:15 -0500 )edit
No it doesnt have this feature, neither .dae, .stl.
szokei gravatar image szokei  ( 2011-08-26 20:26:15 -0500 )edit
Here is a question about going from Solidworks files to URDF and STL files, it may be a good reference as you approach the problem http://answers.ros.org/question/794/converting-solidworks-stuff-to-urdf-stl-and
mjcarroll gravatar image mjcarroll  ( 2011-08-29 00:49:05 -0500 )edit

2 Answers

Sort by » oldest newest most voted
2

answered 2011-08-28 21:33:56 -0500

As far as I know, the only three formats supported by URDF/Gazebo/RViz are:

  • .dae (Collada)
  • .mesh (Ogre)
  • .stl

(also see this answer). Perhaps ArchiCAD can export to a format that can be imported by another program which can export into one of those formats. Perhaps this list of CAD programs and formats is of help (sorry, German link; the English Wikipedia page doesn't have ArchiCAD).

edit flag offensive delete link more

Comments

I have found that you can use MeshLab (http://meshlab.sourceforge.net/) to transfer between other intermediate formats, as well. It may take a bit more work to clean up, but it generally does a pretty good job.
mjcarroll gravatar image mjcarroll  ( 2011-08-29 00:48:03 -0500 )edit
I have obtained my file in .3ds, which i could load into MeshLab successfully, the further transformations failed because the loaded .stl and .dae files into RViz were proven to be with lacks. Just a few objects were visible from the created 3D environemnt. Although loading the .stl, .dae files works correctly in MeshLab. Anyone could help me by transforming my file using other 3D converter?
szokei gravatar image szokei  ( 2011-09-20 02:10:28 -0500 )edit
2

answered 2011-08-29 01:37:46 -0500

Bemfica gravatar image

making a quickly "googling" I found this:

STL file format contains 3D model information, but ArchiCAD supports other 3D export file formats such as DWG, 3DS, C4D, U3D, etc., ArchiCAD models cannot be saved directly to .STL format. These 3D file formats need to be converted to STL file format using a converter application, for example the 3D Object Converter which can be found at http://web.axelero.hu/karpo/.

This converter is only available for windows. After the conversion you should be able to open the 3D model in Gazebo following the link posted for mjcarrol under you question (hsu answer - posted 29 apr)

edit flag offensive delete link more

Comments

The 3D converter mentioned by you is not free. I've used the MeshLab but somewhere is leading to a faulty loading into RViz.
szokei gravatar image szokei  ( 2011-09-20 03:46:27 -0500 )edit
@szokei: what format are you getting out of MeshLab that's loading faultily in rviz?
hsu gravatar image hsu  ( 2011-09-20 06:12:14 -0500 )edit
Im getting .stl and .dae from MeshLab.
szokei gravatar image szokei  ( 2011-09-20 18:40:41 -0500 )edit
can you post an example of mesh failing to load? it would help if we could reproduce the error.
hsu gravatar image hsu  ( 2011-09-20 19:30:45 -0500 )edit

Question Tools

Stats

Asked: 2011-08-23 22:56:49 -0500

Seen: 2,354 times

Last updated: Aug 29 '11