mikeferguson/simple_grasping

Not able to detect object when object is placed near the end of desk

Closed this issue · 2 comments

I'm testing object pickup with kinova arm, object pick and place is successful when object is placed at the centre of desk but object is not detected when it is placed near the end of desk.
Object is not detecting and I'm getting following logs:
image

If you set the "~use_debug" parameter to true, you'll get two new debugging topics - one for the surface and one for the objects. That might help determine what is going on (for instance, do we just not see the surface - from your image it looks like maybe that object location would segment the support surface in two, since you won't see the support surface behind the object)

After changing the pose of arm from top view, now it is able to detect object. Surface behind object is not visible that's why it is not able to detect it. Thanks