TraveSim Adapters
0.1
Protobuf adapters for TraveSim project
|
Common constants and types for the data structures. More...
Go to the source code of this file.
Namespaces | |
travesim | |
Macros | |
#define | PRINTING_MIN_WIDTH 6U |
Printing output configuration constants. More... | |
#define | PRINTING_DECIMAL_PRECISION 3U |
#define | FIELD_WIDTH_M 1.3F |
Field and goal constants. More... | |
#define | FIELD_LENGTH_M 1.5F |
#define | GOAL_WIDTH_M 0.4F |
#define | GOAL_DEPTH_M 0.1F |
Enumerations | |
enum | travesim::TeamsFormation { travesim::THREE_ROBOTS_PER_TEAM = 3, travesim::FIVE_ROBOTS_PER_TEAM = 5 } |
Formation of the teams. More... | |
#define FIELD_LENGTH_M 1.5F |
Definition at line 28 of file data_common.hpp.
#define FIELD_WIDTH_M 1.3F |
Field and goal constants.
Definition at line 27 of file data_common.hpp.
#define GOAL_DEPTH_M 0.1F |
Definition at line 30 of file data_common.hpp.
#define GOAL_WIDTH_M 0.4F |
Definition at line 29 of file data_common.hpp.
#define PRINTING_DECIMAL_PRECISION 3U |
Definition at line 22 of file data_common.hpp.
#define PRINTING_MIN_WIDTH 6U |
Printing output configuration constants.
Definition at line 21 of file data_common.hpp.