MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / Map

Class Map

src/dufomap.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44struct Map {
45 ufo::node_size_t resolution = 0.1; // In meters
46 ufo::depth_t levels = 17; // Levels of the octree
47};
48
49struct Clustering {
50 bool cluster = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected