45 output <<
"ROBOT " << i <<
":" << std::endl;
TeamCommand(TeamsFormation teams_formation=TeamsFormation::THREE_ROBOTS_PER_TEAM)
Construct a new Team Command object.
uint8_t robots_per_team
Public attributes.
#define PRINTING_DECIMAL_PRECISION
std::vector< RobotCommand > robot_command
Team command data structure.
Data structure to hold the command for a team.
Data structure to hold the command for a robot.
TeamsFormation
Formation of the teams.
std::ostream & operator<<(std::ostream &output, const ReplacerConfigurer &repl_conf)
RobotCommand(double left_speed=0, double right_speed=0)
Construct a new Robot Command object.
#define PRINTING_MIN_WIDTH
Printing output configuration constants.
double left_speed
Public attributes.