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

Function getTestDataFolderPath

grid_map_pcl/test/test_helpers.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25std::string getTestDataFolderPath() {
26 std::string filename = ros::package::getPath("grid_map_pcl") + "/test/test_data";
27 return filename;
28}
29
30std::vector<Eigen::Vector3d> getNonNanElevationValuesWithCoordinates(const grid_map::GridMap& gridMap) {
31 std::vector<Eigen::Vector3d> nonNanCoordinates;

Callers 2

TESTFunction · 0.85
getConfigFilePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected