|  | 
| int | random_forest_client_sample.answer = 1 | 
|  | 
|  | random_forest_client_sample.ax = fig.add_subplot(1, 1, 1) | 
|  | 
|  | random_forest_client_sample.bbox_to_anchor | 
|  | 
|  | random_forest_client_sample.br = cv_bridge.CvBridge() | 
|  | 
|  | random_forest_client_sample.circle = patches.Circle(xy=(0, 0), radius=1.0, fill=False, ec='g') | 
|  | 
| string | random_forest_client_sample.ENDC = '\033[0m' | 
|  | 
| string | random_forest_client_sample.FAIL = '\033[91m' | 
|  | 
|  | random_forest_client_sample.fig = plt.figure() | 
|  | 
|  | random_forest_client_sample.h | 
|  | 
| string | random_forest_client_sample.HEADER = '\033[95m' | 
|  | 
|  | random_forest_client_sample.img = np.fromstring(fig.canvas.tostring_rgb(), dtype=np.uint8) | 
|  | 
|  | random_forest_client_sample.img_msg = br.cv2_to_imgmsg(img, 'rgb8') | 
|  | 
|  | random_forest_client_sample.label | 
|  | 
|  | random_forest_client_sample.loc | 
|  | 
|  | random_forest_client_sample.markersize | 
|  | 
| string | random_forest_client_sample.OKBLUE = '\033[94m' | 
|  | 
| string | random_forest_client_sample.OKGREEN = '\033[92m' | 
|  | 
| list | random_forest_client_sample.old_targets_fail = [] | 
|  | 
|  | random_forest_client_sample.old_targets_fail_nparr = np.array(old_targets_fail) | 
|  | 
| list | random_forest_client_sample.old_targets_ok = [] | 
|  | 
|  | random_forest_client_sample.old_targets_ok_nparr = np.array(old_targets_ok) | 
|  | 
|  | random_forest_client_sample.point | 
|  | 
|  | random_forest_client_sample.predict_data = rospy.ServiceProxy('predict', ClassifyData) | 
|  | 
|  | random_forest_client_sample.pub_img = rospy.Publisher('~output/debug_image', Image, queue_size=1) | 
|  | 
|  | random_forest_client_sample.req = ClassifyDataRequest() | 
|  | 
|  | random_forest_client_sample.req_point = ClassDataPoint() | 
|  | 
|  | random_forest_client_sample.response = predict_data(req) | 
|  | 
|  | random_forest_client_sample.shape | 
|  | 
| int | random_forest_client_sample.succeed = answer | 
|  | 
| list | random_forest_client_sample.target = [random.random(), random.random()] | 
|  | 
|  | random_forest_client_sample.w | 
|  | 
| string | random_forest_client_sample.WARNING = '\033[93m' | 
|  |