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

Gazebo or OpenRave

asked 2011-03-11 13:54:48 -0500

Daniel Stonier gravatar image

updated 2011-03-15 01:00:17 -0500

We're often in the situation with robot prototypes where several teams and/or government groups seem to always need robot access at the very same time. So we're looking at investing some time putting together a simulation of it under the hood, much like the pr2 simulations. With that done, we can simply hand off a black box (maybe atom powered) running a simulation of the robot to whatever group needs access to it at a higher level.

I've had a cursory play with gazebo, and have a fake scanner up and running in a 3d world. It looks like I'll have to write something custom like the controller manager plugin for gazebo (can't use pr2's directly, our motor systems are quite different). At this point I kept coming across ros articles about openrave, so...

What have been people's experiences with gazebo vs openrave for 3d simulations?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
8

answered 2011-03-13 18:17:56 -0500

Nick H gravatar image

updated 2011-03-16 11:24:30 -0500

We use OpenRAVE for all our simulations. After spending a few years running with Gazebo, we made the change to OpenRAVE as we found it more flexible, it better suited our needs and I haven't looked back since. Having said that, I haven't tried Gazebo again for almost 2 years and with all the love it's been getting recently, things might have changed.

The biggest advantages we found were that OpenRAVE's plugin architecture allowed us to simply swap bits in and out (e.g. change the phsyics engine) without having to look deep into the code base, and the combination of a python and C++ API allowed very quick development.

edit flag offensive delete link more

Comments

@Nick H : Interesting, I have had my issues with gazebo. OpenRave may be worth a try.
Arkapravo gravatar image Arkapravo  ( 2011-11-04 22:34:09 -0500 )edit

Agreed completely.

ratneshmadaan gravatar image ratneshmadaan  ( 2014-05-28 20:56:15 -0500 )edit

Question Tools

4 followers

Stats

Asked: 2011-03-11 13:54:48 -0500

Seen: 2,169 times

Last updated: Mar 16 '11