This commit is contained in:
2026-01-06 17:37:52 +07:00
14 changed files with 24 additions and 75 deletions

View File

@@ -84,11 +84,6 @@ public:
void addStaticObservation(robot_costmap_2d::Observation& obs, bool marking, bool clearing);
void clearStaticObservations(bool marking, bool clearing);
LayerType getType() const override
{
return LayerType::OBSTACLE_LAYER;
}
protected:
void handleImpl(const void* data,
const std::type_info&,