Color detection

Has anyone tried to see if the robot can detect colors?

Hi @sonny, I recommend using OpenCV to detect colors in the RGB imagery from the Realsense camera in Stretch’s head. A common first step is to use the Python cv2.inRange method to mask a color range from a HSV image. Take a look at this Stackoverflow answer for code.