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

Function getParameterPath

grid_map_pcl/src/helpers.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected