eyes.py 文件源码

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

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

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


问题


面经


文章

微信
公众号

扫码关注公众号