object manipulation or tabletop detection with non-PR2 [closed]

asked 2012-08-15 03:05:24 -0500

felix k gravatar image

I want my Scitos robot with Schunk arm to detect and grab objects, likely from a table. I looked at all those packages (object_manipulation, tabletop_object_perception, pr2_object_manipulation_launch, pr2_tabletop_manipulation_apps and the like) but the documentation is too small or too PR2-concentrated to understand all those complex packages and their dependecies. And whether one is lacking a deprecated note.

A top-level graph would be great, or a robot independent step by step guide.

I have a octomap from kinect for collision, a follow_trajectory_action server and the arm_navigation node running. Which packages or nodes do I need to do tabletop manipulations, and which are needless as they only help when using a PR2?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-04-07 00:08:09.437843

Comments

Right now I have a robot, and Im looking to do some object detection, did you finally manage to accomplish it with a robot different than PR2?

ctguell gravatar image ctguell  ( 2013-09-12 03:10:29 -0500 )edit

Actually I went for other topics. The only thing I got to see working was the planar segmentation from kinect data. [launchfile](http://wiki.ros.org/pcl_ros/Tutorials/SACSegmentationFromNormals%20planar%20segmentation) and [my code](https://gist.github.com/felix-kolbe/6579354) I cannot find online.

felix k gravatar image felix k  ( 2013-09-16 01:16:27 -0500 )edit