Robot Pick and Place using bounding box coordinates


Greetings. This is Daniel.
I am working on a robotic pick an place exercise using Roboflow and Yolov8.
The pick and place will be done using the x,y coordinates of the bounding box. Is there a variable I can access to get the x and y values?

Hi @dancrissco

Sounds like an interesting project! Most of our inference deployment methods return some form of a JSON with an array of prediction objects containing the x and y coordinates.

If you’d like more specific guidance, could you tell me what deployment method you are intending to use? (ex: hosted inference API, roboflow.js, etc)

I will be using the hosted api and want to capture the following values of only x and y in a variable and pass them on to drive the robot.
image.png