Move turtlebot to detected (static) object

asked 2020-02-07 04:46:08 -0500

kiko453 gravatar image

updated 2020-02-07 04:52:03 -0500

Using the kinect camera of my turtlebot, I can detect an object in images (I'm interested in detecting a single object, for example a chair). The object detection algorithm return the 4 coordinates of a box around the image. Now I want to navigate my turtlebot to that detected object (for example to the center of the image or something like that). How can I do this?

edit retag flag offensive close merge delete