![]() |
RCL - RoboCLuedo
v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
|
def robocluedo_main.listen_for_hints | ( | data | ) |
listen for a hint from the oracle, then buffer it
This callback receives the message, and puts it in a single-variable buffer, ready to be consumed in the state robocluedo_update_ontology .
data | : Hint.msg the hint received from the Oracle |
Definition at line 148 of file robocluedo_main.py.