hue_picker.py 文件源码

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

项目:TA_example_labs 作者: mit-racecar 项目源码 文件源码
def __init__(self):
        self.pt = None
        self.pts = []
        self.image = None

        self.bridge = CvBridge()
        self.sub_pt = rospy.Subscriber(\
                "/zed/rgb/image_rect_color_mouse_rgb", Point, self.cb_pt)
        self.sub_image = rospy.Subscriber(\
                "/zed/rgb/image_rect_color", Image, self.cb_img)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号