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

Method load

grid_map_loader/src/GridMapLoader.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42bool GridMapLoader::load()
43{
44 ROS_INFO_STREAM("Loading grid map from path " << filePath_ << ".");
45 return GridMapRosConverter::loadFromBag(filePath_, bagTopic_, map_);
46}
47
48void GridMapLoader::publish()
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected