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