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