artifacts
ConstructionArea
#
Bases: Pose
Model for construction area. Coordinates indicate the center of the tribune.
Source code in cogip/models/artifacts.py
21 22 23 24 25 26 27 28 29 30 31 |
|
ConstructionAreaID
#
Bases: IntEnum
Enum to identify construction areas.
Source code in cogip/models/artifacts.py
6 7 8 9 10 11 12 13 14 15 16 17 18 |
|
ConstructionAreaLarge
#
Bases: ConstructionArea
Model for large construction area. Coordinates indicate the center of the tribune.
Source code in cogip/models/artifacts.py
43 44 45 46 47 48 49 |
|
ConstructionAreaSmall
#
Bases: ConstructionArea
Model for small construction area. Coordinates indicate the center of the tribune.
Source code in cogip/models/artifacts.py
34 35 36 37 38 39 40 |
|
FixedObstacle
#
Bases: Vertex
Model for fixed obstacles.
Source code in cogip/models/artifacts.py
132 133 134 135 136 137 138 139 140 |
|
FixedObstacleID
#
Bases: IntEnum
Enum to identify fixed obstacles.
Source code in cogip/models/artifacts.py
116 117 118 119 120 121 122 123 124 125 126 127 128 129 |
|
Tribune
#
Bases: Pose
Model for raw material stock. Coordinates indicate the center of the tribune.
Source code in cogip/models/artifacts.py
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 |
|
TribuneID
#
Bases: IntEnum
Enum to identify raw material stock.
Source code in cogip/models/artifacts.py
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
|