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

Class Dataset

src/dufomap.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#endif
37
38struct Dataset {
39 std::size_t first = 0;
40 std::size_t last = -1;
41 std::size_t num = -1;
42};
43
44struct Map {
45 ufo::node_size_t resolution = 0.1; // In meters

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected