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
nav2_costmap_2d: static_layer: add grid value interpretation for inscribed inflated obstacles
Until now, the special OccupancyGrid value "99" attributed to the
inscribed inflated obstacles was mapped to 251 on conversion to
Costmap2D, using the default linear relation. This is incorrect since a
special value exists in the Costmap2D for inscribed obstacles: 253.
This commit makes sure that the correct value is used in case of
inflated obstacle.
Signed-off-by: Dylan De Coeyer <[email protected]>
0 commit comments