Skip to content

Commit cfe7109

Browse files
committed
Edit node name
1 parent 0f770ff commit cfe7109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image_recognition_color_extractor/scripts/get_colors_stream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def callback(msg):
2626

2727
if __name__ == '__main__':
2828

29-
rospy.init_node('pose_estimation_image_subscriber')
29+
rospy.init_node('color_extractor_stream')
3030

3131
parser = argparse.ArgumentParser(description='Get dominant colors from image')
3232
parser.add_argument('--topic', default='/image', type=str, help='Topic')

0 commit comments

Comments
 (0)