MCPcopy Create free account
hub / github.com/RoboMaster/RoboRTS / Initialize

Method Initialize

roborts_costmap/src/layer.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 : layered_costmap_(NULL), is_current_(false), is_enabled_(false), name_(), tf_(NULL) {}
58
59void Layer::Initialize(CostmapLayers *parent, std::string name, tf::TransformListener *tf) {
60 layered_costmap_ = parent;
61 name_ = name;
62 tf_ = tf;
63 OnInitialize();
64}
65
66const std::vector<geometry_msgs::Point> &Layer::GetFootprint() const {
67 return layered_costmap_->GetFootprint();

Callers 1

CostmapInterfaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected