how to control the grasp point?

Typically: "How do I... ", "How can I... " questions
Post Reply
ubless607
Posts: 3
Joined: 01 Jul 2024, 14:37

how to control the grasp point?

Post by ubless607 »

Hello, I want the Panda robot gripper (parallel jaw gripper) to grasp the block tilted.
How can I adjust the grasp point? I am now only using the waypoints.

The red pose is the original pose. The blue one is the desired output.
Image

coppelia
Site Admin
Posts: 10504
Joined: 14 Dec 2012, 00:25

Re: how to control the grasp point?

Post by coppelia »

Hello,

not sure what your code looks like, but normally you'd use a dummy to specify the desired pick/grasp pose... it looks like it is the dummy above your part. Try to adjust its position. Your scene might of course also use a hard-coded configuration, then you'd have to recompute that, e.g. with simIK.findConfigs

Cheers

ubless607
Posts: 3
Joined: 01 Jul 2024, 14:37

Re: how to control the grasp point?

Post by ubless607 »

Thank you..!!

Post Reply