Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ANYbotics/grid_map
/ add
Method
add
grid_map_core/src/GridMap.cpp:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void GridMap::add(const std::string& layer, const double value) {
90
add(layer, Matrix::Constant(size_(0), size_(1), value));
91
}
92
93
void GridMap::add(const std::string& layer, const Matrix& data) {
94
assert(size_(0) == data.rows());
Callers
15
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
computeAndAddFillMask
Method · 0.45
addCvMatAsLayer
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
Calls
1
at
Method · 0.80
Tested by
6
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
createMap
Function · 0.36