roslaunch samples linemission.launch model:=waffle
samples
, cvexample.py
# Simple manipulations
tl_pixel = image[0][0] # top left pixel
r_channel = image[0][0][0] # 'R' channel of top left pixel
cropped_img = image[120:240, 0:320] # crops the image to be only the bottom half
CvBridge().imgmsg_to_cv2(msg, desired_encoding='bgr8')
pipeline
)