Import *.dae from gazebo_models in Blender
Hi everyone,
My overall goal is to compare simulation results in gazebo with a self-made tool. Therefore, I would like to evaluate both with the same world model of an urban/indoor environment.
Is there a way to import worlds of gazebo_models (which could be found via OpenSourceRoboticsFoundation OSRF) into Blender?
I already tried the following options:
1.) load model into gazebo and export as *.xml and *.sdf -> problem: couldn't find a converter for Blender accepted file formats (e.g. *.sdl, *.eds, *.obj)
2.) "import COLLADA (*.dae) function of Blender (tried some worlds, e.g. apartment and willowgarage) -> There are critical errors (ERRORXMLPARSER_ERROR) in Blender, no part of the model appears in Blender
I found some information about the other way (Blender to Gazebo), but nothing about this problem.
I am quite new to Gazebo so maybe it is just not possible. But I would appreciate any help.
Thanks in Advance
Asked by Frosch on 2020-02-28 08:32:35 UTC
Answers
Please look into Phobos, a blender plugin that allows you to import/export URDF/SDF files into blender, this should work with the first option you tried. https://github.com/dfki-ric/phobos
Asked by zokowc on 2020-02-28 17:11:22 UTC
Comments