25 output <<
"TIME STEP: " << std::endl;
26 output << field_state.
time_step << std::endl;
28 output <<
"BALL STATE: " << std::endl;
29 output << field_state.
ball << std::endl;
31 output <<
"TEAM YELLOW STATE: " << std::endl;
34 output <<
"ROBOT " << i <<
":" << std::endl;
40 output <<
"TEAM BLUE STATE: " << std::endl;
43 output <<
"ROBOT " << i <<
":" << std::endl;
44 output << field_state.
blue_team[i] << std::endl;
EntityState ball
Field entities.
Data structure to hold the field state.
std::vector< EntityState > yellow_team
FieldState(TeamsFormation teams_formation=TeamsFormation::THREE_ROBOTS_PER_TEAM)
Construct a new Field State object.
TeamsFormation
Formation of the teams.
std::ostream & operator<<(std::ostream &output, const ReplacerConfigurer &repl_conf)
std::vector< EntityState > blue_team