Skip to main content

Module adaptive_costmap_namo

Module adaptive_costmap_namo 

Source
Expand description

Adaptive movable-obstacle costmap slice inspired by Costmap-NAMO.

This module models the core planning-side behavior without ROS2/Nav2: partially known cells can be labeled movable, their cost is adapted from commanded-vs-actual progress, and the result can be converted into a traversal-risk grid for graph planning.

Structs§

AdaptiveCostmapCell
One adaptive costmap cell.
AdaptiveCostmapNamo
Adaptive costmap state.
AdaptiveCostmapNamoConfig
Configuration for adaptive movable-obstacle cost updates.
MotionProgressObservation
Commanded/observed motion over one update window.

Enums§

AdaptiveCostmapCellState
Semantic state of one adaptive costmap cell.