PointNetGPD icon indicating copy to clipboard operation
PointNetGPD copied to clipboard

do I need to run other ROS nodes separately besides this program

Open Alex-czh opened this issue 4 years ago • 2 comments

Hello, do I need to run other ROS nodes separately besides this program? What does it have to do to directly control the real camera and the manipulator arm? thanks.

Alex-czh avatar Nov 11 '20 15:11 Alex-czh

The script kinect2grasp.py only uses the pointcloud to generate potential grasps and sends all the grasps into network to get good ones. The good grasps are published as a ros topic. So another node to read the grasp msg and control the arm is neccessary. However now I'm stuck at kinect2grasp.py. If you manage to run it successfully, please tell me how.

youkenhou avatar Nov 17 '20 03:11 youkenhou

The script kinect2grasp.py will read point cloud from a ros topic. then evaluate it. There is no arm motion involved. You can try moveit if you want to plan an arm motion.

lianghongzhuo avatar Dec 23 '20 10:12 lianghongzhuo