MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / nDimensions

Function nDimensions

grid_map_ros/src/GridMapMsgHelpers.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace grid_map {
15
16int nDimensions()
17{
18 return 2;
19}
20
21std::map<StorageIndices, std::string> storageIndexNames = boost::assign::map_list_of
22 (StorageIndices::Column, "column_index")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected