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

Function getConfigFilePath

grid_map_pcl/test/test_helpers.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18std::mt19937 rndGenerator;
19
20std::string getConfigFilePath() {
21 std::string filename = getTestDataFolderPath() + "/parameters.yaml";
22 return filename;
23}
24
25std::string getTestDataFolderPath() {
26 std::string filename = ros::package::getPath("grid_map_pcl") + "/test/test_data";

Callers 3

TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

getTestDataFolderPathFunction · 0.85

Tested by

no test coverage detected