| 1825 | } }; |
| 1826 | |
| 1827 | uint8_t getRoadOccupationMask(uint8_t index) |
| 1828 | { |
| 1829 | assert(index < kRoadOccupationMasks.size()); |
| 1830 | return kRoadOccupationMasks[index]; |
| 1831 | } |
| 1832 | |
| 1833 | // 0x004F865C |
| 1834 | static constexpr std::array<int8_t, 88> kCurvatureDegrees = { { |
no test coverage detected