docs: fix

This commit is contained in:
Oleg Kalachev
2018-04-26 00:10:20 +03:00
parent 8c9acc98fb
commit f14e1976e7

View File

@@ -97,7 +97,6 @@ def image_callback(data):
# print detected QR code
print 'decoded', symbol.type, 'symbol', '"%s"' % symbol.data
image_sub = rospy.Subscriber('main_camera/image_raw', Image, image_callback, queue_size=1)
```