![]() |
RCL - RoboCLuedo
v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
|
implementation of the state random_target. More...
Inherits State.
Public Member Functions | |
def | __init__ (self) |
def | execute (self, d) |
implementation of the state random_target.
During this state, the robot asks for a random target to the node robocluedo_random_room.cpp . The state is reachable only when there are no consistent hypotheses at the end of the phase robocluedo_reasoning . The position to reach is stored for the next state.
This is also the starting state of the FSM.
Definition at line 166 of file robocluedo_main.py.