Skip to content

Commit 79be7bb

Browse files
committed
Change the publishing message to match the C++ one.
This is so that we can share the regexs with the C++ version of the same program. Signed-off-by: Chris Lalancette <[email protected]>
1 parent 1850121 commit 79be7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image_tools_py/src/cam2image_py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def main():
170170
cv2.waitKey(1)
171171

172172
# Publish the image message and increment the frame_id.
173-
print('Publishing image %d' % (frame_number))
173+
print('Publishing image #%d' % (frame_number))
174174
pub.publish(msg)
175175
frame_number += 1
176176

0 commit comments

Comments
 (0)