mdrwiega / qr_detector

QR codes detector for ROS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qr_detector

The QR codes detector based on zbar library (http://zbar.sourceforge.net), dedicated to ROS systems.

Installation of zbar library on Ubuntu sudo apt install libzbar-dev

Subscribes:

  • /image (sensor_msgs/Image) - the topic with RGB images which contains QR codes.

Publishes:

  • /qr_codes (std_msgs/String) - message from each detected QR code is published as a string.

About

QR codes detector for ROS

License:Other


Languages

Language:C++ 77.2%Language:CMake 22.8%