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

Function getOutputBagPath

grid_map_pcl/src/helpers.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49std::string getOutputBagPath(const ros::NodeHandle& nh) {
50 std::string outputRosbagName, folderPath;
51 nh.param<std::string>("folder_path", folderPath, "");
52 nh.param<std::string>("output_grid_map", outputRosbagName, "output_grid_map.bag");
53 std::string pathToOutputBag = folderPath + "/" + outputRosbagName;
54 return pathToOutputBag;
55}
56
57std::string getPcdFilePath(const ros::NodeHandle& nh) {
58 std::string inputCloudName, folderPath;

Callers 1

saveGridMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected