eyes.py 文件源码

python
阅读 38 收藏 0 点赞 0 评论 0

项目:srcsim2017 作者: ZarjRobotics 项目源码 文件源码
def left_color_detection(self, data):
        """ Callback to detect r, g, and b values in the image """
        try:
            self.left_image = self.bridge.imgmsg_to_cv2(data, "bgr8")
        except CvBridgeError as excep:
            print excep

        for processor in self.processors:
            if processor.side&self.LEFT == self.LEFT:
                processor.process_image(self.left_image, data.header, 'left')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号