update to tf3
This commit is contained in:
@@ -13,7 +13,7 @@ Layer::Layer()
|
||||
, tf_(NULL)
|
||||
{}
|
||||
|
||||
void Layer::initialize(LayeredCostmap* parent, std::string name, tf2::BufferCore *tf)
|
||||
void Layer::initialize(LayeredCostmap* parent, std::string name, tf3::BufferCore *tf)
|
||||
{
|
||||
layered_costmap_ = parent;
|
||||
name_ = name;
|
||||
|
||||
Reference in New Issue
Block a user