pub fn inflate_blocked_cells_by_radius(
cells: &[Vec<TerrainRiskCell>],
radius: f64,
cell_size: f64,
) -> RoboticsResult<Vec<Vec<TerrainRiskCell>>>Expand description
Inflate blocked cells by a metric footprint radius.
pub fn inflate_blocked_cells_by_radius(
cells: &[Vec<TerrainRiskCell>],
radius: f64,
cell_size: f64,
) -> RoboticsResult<Vec<Vec<TerrainRiskCell>>>Inflate blocked cells by a metric footprint radius.