Robotics StackExchange | Archived questions

Build an environment in Gazebo

I want to build an indoor distribution center (DC) model. I'm trying to do it directly on gazebo using bookshelves and boxes to create the environment, but it looks not very elegant. Gazebo is limited on that. Anyone knows whether there is a program to build it an then import to Gazebo? In this case, how gonna behavior the sdf files generated by Gazebo? I mean there will be a full description to each element I created in the imported file?

I'm using gazebo 8, but I intend to downgrade to gazebo 7 on the new ROS release.

Asked by bxl on 2017-05-21 11:09:16 UTC

Comments

Answers

Gazebo supports DAE, OBJ and STL meshes. So you can create or download meshes made with other programs and import them into Gazebo like this.

Asked by chapulina on 2017-05-22 10:23:00 UTC

Comments