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

Function getMapLayerName

grid_map_pcl/src/helpers.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77std::string getMapLayerName(const ros::NodeHandle& nh) {
78 std::string mapLayerName;
79 nh.param<std::string>("map_layer_name", mapLayerName, "elevation");
80 return mapLayerName;
81}
82
83void saveGridMap(const grid_map::GridMap& gridMap, const ros::NodeHandle& nh, const std::string& mapTopic) {
84 std::string pathToOutputBag = getOutputBagPath(nh);

Callers 1

processPointcloudFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected