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

Function createMap

grid_map_demos/src/InterpolationDemo.cpp:169–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169grid_map::GridMap createMap(const grid_map::Length &length, double resolution,
170 const grid_map::Position &pos)
171{
172 grid_map::GridMap map;
173
174 map.setGeometry(length, resolution, pos);
175 map.add(demoLayer, 0.0);
176 map.setFrameId("map");
177
178 return map;
179}
180
181grid_map::GridMap createInterpolatedMapFromDataMap(const grid_map::GridMap &dataMap,
182 double desiredResolution)

Callers 1

createWorldFunction · 0.70

Calls 3

setGeometryMethod · 0.80
addMethod · 0.45
setFrameIdMethod · 0.45

Tested by

no test coverage detected