Page 1 of 1

UR5PegInHole

Posted: 26 Sep 2021, 08:10
by lyl
I want to use vision Sensor to determine the relative coordinates of the hole position plate and control the UR5 mechanical arm to carry the assembly shaft above the Vision sensor. How should I use the code to achieve this?
Image

Re: UR5PegInHole

Posted: 27 Sep 2021, 12:46
by coppelia
Hello,

you have several ways of doing this. Actually an infinite number of ways, it depends on your algorithms. You will first have to decide what kind of vision sensors you have: simple cameras or cameras that also return a depth map?
But the task is not easy and you should have very solid understanding of image processing and interpretation in a 3D environment.

Cheers