1738_29102025

This commit is contained in:
2025-10-29 17:38:43 +07:00
parent 7c1dcfd352
commit cdb9ded893
51 changed files with 2055 additions and 1216 deletions

View File

@@ -11,7 +11,7 @@ Layer::Layer()
, tf_(NULL)
{}
void Layer::initialize(LayeredCostmap* parent, std::string name, std::shared_ptr<tf2::BufferCore> *tf)
void Layer::initialize(LayeredCostmap* parent, std::string name, tf2::BufferCore *tf)
{
layered_costmap_ = parent;
name_ = name;