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