1738_29102025
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
// #include <tf2_geometry_msgs/tf2_geometry_msgs.h>
|
||||
// #include <tf2_sensor_msgs/tf2_sensor_msgs.h>
|
||||
// #include <sensor_msgs/point_cloud2_iterator.h>
|
||||
#include<tf2/convert.h>
|
||||
#include <sensor_msgs/point_cloud2_iterator.h>
|
||||
#include <cstdint>
|
||||
|
||||
Reference in New Issue
Block a user