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

Method GridMapLoader

grid_map_loader/src/GridMapLoader.cpp:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace grid_map_loader {
16
17GridMapLoader::GridMapLoader(ros::NodeHandle nodeHandle)
18 : nodeHandle_(nodeHandle)
19{
20 readParameters();
21 publisher_ = nodeHandle_.advertise<grid_map_msgs::GridMap>(publishTopic_, 1, true);
22 if (!load()) return;
23 publish();
24 ros::requestShutdown();
25}
26
27GridMapLoader::~GridMapLoader()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected