Variables | |
int | answer = 1 |
string | ENDC = '\033[0m' |
string | FAIL = '\033[91m' |
string | HEADER = '\033[95m' |
string | OKBLUE = '\033[94m' |
string | OKGREEN = '\033[92m' |
tuple | predict_data = rospy.ServiceProxy('predict', ClassifyData) |
tuple | req = ClassifyDataRequest() |
tuple | req_point = ClassDataPoint() |
tuple | response = predict_data(req) |
list | target = [random.random(), random.random()] |
string | WARNING = '\033[93m' |
Definition at line 34 of file random_forest_client_sample.py.
string random_forest_client_sample::ENDC = '\033[0m' |
Definition at line 19 of file random_forest_client_sample.py.
string random_forest_client_sample::FAIL = '\033[91m' |
Definition at line 18 of file random_forest_client_sample.py.
string random_forest_client_sample::HEADER = '\033[95m' |
Definition at line 14 of file random_forest_client_sample.py.
string random_forest_client_sample::OKBLUE = '\033[94m' |
Definition at line 15 of file random_forest_client_sample.py.
string random_forest_client_sample::OKGREEN = '\033[92m' |
Definition at line 16 of file random_forest_client_sample.py.
tuple random_forest_client_sample::predict_data = rospy.ServiceProxy('predict', ClassifyData) |
Definition at line 28 of file random_forest_client_sample.py.
tuple random_forest_client_sample::req = ClassifyDataRequest() |
Definition at line 31 of file random_forest_client_sample.py.
tuple random_forest_client_sample::req_point = ClassDataPoint() |
Definition at line 32 of file random_forest_client_sample.py.
Definition at line 42 of file random_forest_client_sample.py.
Definition at line 33 of file random_forest_client_sample.py.
string random_forest_client_sample::WARNING = '\033[93m' |
Definition at line 17 of file random_forest_client_sample.py.