Robotics StackExchange | Archived questions

creating my own objects in gazebo

I want to do pick and place operation using a robot (for example PR2)in ros/gazebo. It requires point cloud processing in PCl to detect objects and position them. However, the environment with specific objects are real. How to create my own object models on a table top so that the simulated robot can work with those objects? Anyone can please help about how to do this?

Asked by Ahyan on 2015-03-10 02:31:15 UTC

Comments

Answers

Hi,

you can model them in Blender for example, export them as collada files and then you can load them in gazebo. Take a look at this tutorial.

Cheers, Andrei

Asked by AndreiHaidu on 2015-03-10 03:16:50 UTC

Comments

Thank you for your response

Asked by Ahyan on 2015-03-10 04:26:02 UTC

You can also have a look at this complete video tutorial

Asked by Ricardo Tellez on 2015-03-19 11:10:23 UTC

Comments