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

Function getMapRosbagTopic

grid_map_pcl/src/helpers.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71std::string getMapRosbagTopic(const ros::NodeHandle& nh) {
72 std::string mapRosbagTopic;
73 nh.param<std::string>("map_rosbag_topic", mapRosbagTopic, "grid_map");
74 return mapRosbagTopic;
75}
76
77std::string getMapLayerName(const ros::NodeHandle& nh) {
78 std::string mapLayerName;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected