Go to the source code of this file.
Namespaces | |
namespace | take_human_input_v1 |
Functions | |
def | take_human_input_v1.gui_thread |
def | take_human_input_v1.platform_thread |
def | take_human_input_v1.process_request |
def | take_human_input_v1.task_delivery |
def | take_human_input_v1.task_guiding |
Variables | |
int | take_human_input_v1.cnt = 0 |
tuple | take_human_input_v1.curr_goal = Array('c', "This is a very very very long string for nothing.") |
list | take_human_input_v1.door_list |
tuple | take_human_input_v1.human_waiting = Value('b', False) |
string | take_human_input_v1.last_loc = '' |
tuple | take_human_input_v1.p1 = Process(target = gui_thread, args = (human_waiting, curr_goal)) |
tuple | take_human_input_v1.p2 = Process(target = platform_thread, args = (human_waiting, curr_goal)) |
dictionary | take_human_input_v1.person_door |
int | take_human_input_v1.resting_time = 120 |
list | take_human_input_v1.room_list |