You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently a new static getInflationLayer() method was added to the inflation layer to get the inflation layer out of a stack of layers in the layered costmap. This was added by a PR to add additional intelligence to the Smac Planner in heuristic computation for non-circular footprints. This logic was largely lifted from MPPI's obstacle critic to find the inflation layer, so rather than putting it in Smac, it was added to a third party location so they can be shared (i.e. homologated).
Recently a new static getInflationLayer() method was added to the inflation layer to get the inflation layer out of a stack of layers in the layered costmap. This was added by a PR to add additional intelligence to the Smac Planner in heuristic computation for non-circular footprints. This logic was largely lifted from MPPI's obstacle critic to find the inflation layer, so rather than putting it in Smac, it was added to a third party location so they can be shared (i.e. homologated).
Recently a new
static getInflationLayer()
method was added to the inflation layer to get the inflation layer out of a stack of layers in the layered costmap. This was added by a PR to add additional intelligence to the Smac Planner in heuristic computation for non-circular footprints. This logic was largely lifted from MPPI's obstacle critic to find the inflation layer, so rather than putting it in Smac, it was added to a third party location so they can be shared (i.e. homologated).The task is to take this new function and apply it to the Obstacle critic: https://github.com/ros-planning/navigation2/blob/main/nav2_mppi_controller/src/critics/obstacles_critic.cpp#L55-L101
New Fn introduced here: #4067
The text was updated successfully, but these errors were encountered: