![]() |
NimbRo ROS Soccer Package
|
The base class for all walk and kick game states. More...
#include <wak_game_state.h>
Public Member Functions | |
WAKGameState (WAKConfig &config, const SensorVars &SV, const WAKGameShared &WGS, int ID) | |
void | reset () |
int | id () const |
std::string | name () const |
const std::string & | nameRef () const |
bool | isActive () const |
void | activate () |
void | deactivate () |
virtual void | execute (GameVars &GV, const GameVars &lastGV, bool justActivated) |
Public Attributes | |
WAKConfig & | config |
const SensorVars & | SV |
const WAKGameShared & | WGS |
const FieldDimensions & | field |
plot_msgs::PlotManagerFS & | PM |
WAKMarkerMan & | MM |
The base class for all walk and kick game states.