def __init__(self): self.sub = rospy.Subscriber('/finger_sensor_test/blockpose', PoseArray, self.update) self.pose = None