RCL - RoboCLuedo  v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1

◆ listen_for_hints()

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 .

Parameters
data: Hint.msg the hint received from the Oracle
Todo:
the singlevar buffer should become a list buffer

Definition at line 148 of file robocluedo_main.py.