| 42 | } |
| 43 | |
| 44 | std::string getParameterPath() { |
| 45 | std::string filePath = ros::package::getPath("grid_map_pcl") + "/config/parameters.yaml"; |
| 46 | return filePath; |
| 47 | } |
| 48 | |
| 49 | std::string getOutputBagPath(const ros::NodeHandle& nh) { |
| 50 | std::string outputRosbagName, folderPath; |