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

Method readParameters

grid_map_loader/src/GridMapLoader.cpp:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31bool GridMapLoader::readParameters()
32{
33 nodeHandle_.param("bag_topic", bagTopic_, std::string("/grid_map"));
34 nodeHandle_.param("publish_topic", publishTopic_, bagTopic_);
35 nodeHandle_.param("file_path", filePath_, std::string());
36 double durationInSec;
37 nodeHandle_.param("duration", durationInSec, 5.0);
38 duration_.fromSec(durationInSec);
39 return true;
40}
41
42bool GridMapLoader::load()
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected