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

database for grasping include raw sensor data?

asked 2011-07-05 16:02:08 -0500

vincent gravatar image

updated 2011-07-05 16:06:39 -0500

Hi all,

I am doing some research on robot grasping. Now I need a database with object models and the raw sensor data(point cloud). As far as I know, there are 3 databases that I can use, "cgdb", "household_objects_database", and "KIT ObjectModels Web Database". But for cgdb and household_objects_database, it seems that no raw sensor data are included. Is this the case? Where can i find corresponding sensor data for these objects.

I also need to use Graspit! simulator to test the grasp of a certain robot hand on the objects in the database. I think I would need an interface between Graspit! and these databases for the conversion of the object format . Anyone knows if there is an existing interface or do i have to write my own?

Not sure if it is a good place to ask. Please advise me if so. Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2011-07-06 04:49:06 -0500

Matei Ciocarlie gravatar image

The household_objects_database has a companion dataset, the Grasp Playpen dataset, which also contains real life sensor data for some of the objects:

http://bags.willowgarage.com/downloads/grasp_playpen_dataset/grasp_playpen_dataset.html

For a GraspIt interface, and if you are already familiar with ROS, try the experimental version of GraspIt included with ROS diamondback. You should be able to get it either from debs or from source code:

sudo apt-get-install ros-diamondback-graspit-simulator

https://code.ros.org/svn/wg-ros-pkg/stacks/graspit_simulator/trunk

edit flag offensive delete link more

Comments

Thanks, I'll try this
vincent gravatar image vincent  ( 2011-07-06 09:06:05 -0500 )edit
I was trying to download the data following the instructions on the ‘playpen_dataset’ link you mentioned. But it says ERROR 403: Forbidden, 'You don't have permission to access'. Do you know how can I get access to this server? Thank you
vincent gravatar image vincent  ( 2011-07-07 11:49:02 -0500 )edit
I've asked Kaijen to fix the permission problem. The "graspit-simulator" appears to be a modified version of the original Graspit! to integrate with ROS. As I already have the original oen, I was wondering if the two versions could work together, will there be any conflict? thanks
vincent gravatar image vincent  ( 2011-07-09 11:53:27 -0500 )edit
You should be able to have both installed on your system, and use one or the other. However, the new version makes it easier to integrate with ROS both from a build standpoint and as far as running them together. The new version inside the graspit_simulator ROS stack is the on that future GraspIt releases will be coming from.
Matei Ciocarlie gravatar image Matei Ciocarlie  ( 2011-07-11 03:11:05 -0500 )edit
Thanks I'll have a try
vincent gravatar image vincent  ( 2011-07-13 02:09:24 -0500 )edit

Question Tools

Stats

Asked: 2011-07-05 16:02:08 -0500

Seen: 488 times

Last updated: Jul 06 '11