Gazebo | Ignition | Community
Ask Your Question
0

What was the philosophy behind developing Gazebo ?

asked 2018-06-06 03:20:54 -0500

deval.maker gravatar image

I recently got a very complex CAD model to be modeled in Gazebo. Looks like there is no other option except making the same model hand-by-hand in Gazebo.

An alternative, Blender, supports almost all the CAD file support and has a physics engine too. Just the sensors which we have today in Gazebo will have to be ported. Has anyone come across the need for developing blender plugins for ROS and using it, rather than developing Gazebo from scratch? I came across this. But this is a copyright code and it doesn't support sensors.

I am sorry for a very vague question. But the problem I am facing is very critical. I have a complex model (around 100 moving parts) I have to import all the components manually. The model in itself if subject to change as the design changes. So all the manual efforts will be worthless after a point of time.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-06-06 09:56:08 -0500

nkoenig gravatar image

Typically, a Gazebo model is constructed using mesh files (collada, stl, obj) for visualization and/or collisions. These mesh files are attached to links, and joints connect the links to form a model. All of this is done via SDF.

Here is a good tutorial: http://gazebosim.org/tutorials?cat=gu...

I assume you want to maintain the complete description of a model in CAD, and directly use that description in Gazebo. Right now that is not possible.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-06-06 03:20:54 -0500

Seen: 404 times

Last updated: Jun 06 '18