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

Function getMapFrame

grid_map_pcl/src/helpers.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65std::string getMapFrame(const ros::NodeHandle& nh) {
66 std::string mapFrame;
67 nh.param<std::string>("map_frame", mapFrame, "map");
68 return mapFrame;
69}
70
71std::string getMapRosbagTopic(const ros::NodeHandle& nh) {
72 std::string mapRosbagTopic;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected