first commit
This commit is contained in:
@@ -19,7 +19,7 @@ void Layer::initialize(LayeredCostmap* parent, std::string name, std::shared_ptr
|
||||
onInitialize();
|
||||
}
|
||||
|
||||
const std::vector<Point>& Layer::getFootprint() const
|
||||
const std::vector<geometry_msgs::Point>& Layer::getFootprint() const
|
||||
{
|
||||
return layered_costmap_->getFootprint();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user