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

Function createFlatWorld

grid_map_core/test/test_helpers.cpp:21–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19std::mt19937 rndGenerator;
20
21AnalyticalFunctions createFlatWorld(grid_map::GridMap *map)
22{
23
24 AnalyticalFunctions func;
25
26 func.f_ = [](double x, double y) {
27 return 0.0;
28 };
29
30 fillGridMap(map, func);
31
32 return func;
33
34}
35
36AnalyticalFunctions createRationalFunctionWorld(grid_map::GridMap *map)
37{

Callers 2

TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

fillGridMapFunction · 0.70

Tested by

no test coverage detected