| 42 | }; |
| 43 | |
| 44 | struct Map { |
| 45 | ufo::node_size_t resolution = 0.1; // In meters |
| 46 | ufo::depth_t levels = 17; // Levels of the octree |
| 47 | }; |
| 48 | |
| 49 | struct Clustering { |
| 50 | bool cluster = false; |
nothing calls this directly
no outgoing calls
no test coverage detected