ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Looking for a ROS Package/Node for tracking ar tags when using stereo camera(two cameras on the same base))

asked 2020-08-31 15:47:29 -0500

misty gravatar image

updated 2022-08-07 08:55:27 -0500

lucasw gravatar image

Hello. I am new to ROS. I am using ROS Melodic on Ubuntu 18.04 and working on my project for which I am using the MIRO robot(MIRO simulation robot by consequential robotics) on the gazebo 9. I made some cubical boxes and wrapped ar tags on all the 6 faces of those cubes in Blender software and exported those cubes in my gazebo simulation. Now, these cubical boxes will serve as obstacles in my simulation. The miro Robot should be able to detect and read data from those ar tags.

The miro robot has got two eyes (the left and the right camera), I am looking for a package/node in ROS which should listen to the image data on the incoming topic, from both the camera sensors simultaneously, and outputs the contents of any barcodes detected in the images. Can you please suggest me such a node/package?

When I searched online, I came across node zbar_ros but as far as I understood this node processes information from only one camera. I also came across node stereo_image_proc but this node performs some sort of stereo processing on the data coming from both the cameras but doesn't let us detect and read the QR tags. I am sort of looking for such a package that combines the functionalities of the above two mentioned nodes. Can anyone please help?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-09-01 21:23:43 -0500

mirella melo gravatar image

updated 2020-09-01 22:48:19 -0500

Hi! Did you try to run this zbar_ros package? Is it working fine with one image? If yes, I think a good alternative is to add a subscription for another image in this package. I believe this example can help you at least to implement the two images subscription.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2020-08-31 15:47:29 -0500

Seen: 206 times

Last updated: Sep 01 '20