update to tf3

This commit is contained in:
2025-11-17 15:04:11 +07:00
parent 42840e3bbc
commit 0c61984d3e
12 changed files with 749 additions and 220 deletions

View File

@@ -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;