Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
namespace grid_map {
15
16
int nDimensions()
17
{
18
return 2;
19
}
20
21
std::map<StorageIndices, std::string> storageIndexNames = boost::assign::map_list_of
22
(StorageIndices::Column,
"column_index"
)
Callers
1
matrixEigenCopyToMultiArrayMessage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected