Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions nav2_costmap_2d/include/nav2_costmap_2d/inflation_layer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ class InflationLayer : public Layer
return cost_scaling_factor_;
}

double getInflationRadius()
{
return inflation_radius_;
}

protected:
/**
* @brief Process updates on footprint changes to the inflation layer
Expand Down