RoboDK Forum
Integrating Intel RealSense Camera with UR Robot in RoboDK可打印版本

+- RoboDK Forum (//m.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN)
+--- Forum: RoboDK API (//m.sinclairbody.com/forum/Forum-RoboDK-API)
+--- Thread: Integrating Intel RealSense Camera with UR Robot in RoboDK (/Thread-Integrating-Intel-RealSense-Camera-with-UR-Robot-in-RoboDK)



Integrating Intel RealSense Camera with UR Robot in RoboDK-lschantz-04-07-2022

My team is working with an Intel RealSense Depth Camera D455 and a UR10 robot to detect an object and have the robot pick up and place the part. We currently have an external Python script that outputs coordinates given by an object detection model, however, we are struggling to pass the coordinates to the UR robot through RoboDK. Is it possible to simply just run the Python script in RoboDK and set the target coordinates in RoboDK to the output of the program? Any guidance would be greatly appreciated.


RE: Integrating Intel RealSense Camera with UR Robot in RoboDK-Sam-04-08-2022

Hello!

It is my understanding that you already have the Python script to process the Intel RealSense and find your coordinates.
Since you are dynamically updating targets, you are also using RoboDK as adriverfor the UR10.

With RoboDK, you can use ourPython APIto update targets in the station, or to directly drive the robot to a calculated pose.
Your existing script can also be imported in your RoboDK station and called programmatically by RoboDK itself.