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

Function getPcdFilePath

grid_map_pcl/src/helpers.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57std::string getPcdFilePath(const ros::NodeHandle& nh) {
58 std::string inputCloudName, folderPath;
59 nh.param<std::string>("folder_path", folderPath, "");
60 nh.param<std::string>("pcd_filename", inputCloudName, "input_cloud");
61 std::string pathToCloud = folderPath + "/" + inputCloudName;
62 return pathToCloud;
63}
64
65std::string getMapFrame(const ros::NodeHandle& nh) {
66 std::string mapFrame;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected