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

Method publish

grid_map_loader/src/GridMapLoader.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void GridMapLoader::publish()
49{
50 grid_map_msgs::GridMap message;
51 grid_map::GridMapRosConverter::toMessage(map_, message);
52 publisher_.publish(message);
53 duration_.sleep();
54}
55
56} /* namespace */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected