Skip to main content

inflate_blocked_cells_by_radius

Function inflate_blocked_cells_by_radius 

Source
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.