Planar scan generator. More...
#include "follow_pedestrian.h"
Go to the source code of this file.
Functions | |
void | state_machine (void) |
Planar scan generator.
Definition in file state_machine.cpp.
void state_machine | ( | void | ) |
Draw the
some local variables
Tracking state machine
--------------------------------------------------------------------------- STATE MACHINE ---------------------------------------------------------------------------
---------------------------------------------------------------------------
STATE INITIALIZE
---------------------------------------------------------------------------
--- TIMER UPDATES --- //
--- STATE ACTIONS ---//
--- TRANSITIONS ---//
--- TRANSITION ACTIONS ---//
---------------------------------------------------------------------------
STATE SEARCHING
---------------------------------------------------------------------------
--- TIMER UPDATES --- //
--- STATE ACTIONS ---//
--- TRANSITIONS ---//
--- TRANSITION ACTIONS ---//
--- TRANSITION ACTIONS ---//
---------------------------------------------------------------------------
STATE TRACKING
--------------------------------------------------------------------------- --- TIMER UPDATES --- //
--- STATE ACTIONS ---//
--- TRANSITIONS ---//
--- TRANSITION ACTIONS ---//
--- TRANSITION ACTIONS ---//
--- TRANSITION ACTIONS ---//
---------------------------------------------------------------------------
TRACKING_NOT_SAFE
--------------------------------------------------------------------------- --- TIMER UPDATES --- //
--- STATE ACTIONS ---//
--- TRANSITIONS ---//
--- TRANSITION ACTIONS ---//
--- TRANSITION ACTIONS ---//
--- TRANSITION ACTIONS ---//
---------------------------------------------------------------------------
TARGET_LOST
--------------------------------------------------------------------------- --- TIMER UPDATES --- //
--- STATE ACTIONS ---//
--- TRANSITIONS ---//
---------------------------------------------------------------------------
UNKNOWN STATE
---------------------------------------------------------------------------
Definition at line 40 of file state_machine.cpp.