robot-grasp-detection icon indicating copy to clipboard operation
robot-grasp-detection copied to clipboard

How to convert the coordinates

Open VisionaryKai opened this issue 7 years ago • 2 comments
trafficstars

Hi, I've achieved the grasping rectangle on my Jupiter notebook. But I want to use a real robotic arm to grasp item, I knew that inverse kinematics can convert the coordinates of the arm into the rotation angle of different parts of the arm. But I realize that the coordinates systems are different, in your project, it's based on the image, while in practice it's based on the robotic arm. How can I convert the system to make it work? Thanks a lot. 1535512761 1

VisionaryKai avatar Aug 29 '18 03:08 VisionaryKai

@VisionaryKai I assume that your robot arm has a vision system (a camera) either eye in hand or eye to hand. You should do calibration first, then you can transform a 2D point in the image coordinates to the robot arm coordinates, and the angle is for the gripper.

edwardnguyen1705 avatar Jul 13 '19 10:07 edwardnguyen1705

@VisionaryKai Hi, friends. Have you achieved your goal? I'd like to ask you some questions. thanks..

1458763783 avatar Jun 21 '20 09:06 1458763783