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
Copy file name to clipboardExpand all lines: migration/Jazzy.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -543,7 +543,7 @@ This allows users to visualize the route server in action and test the new featu
543
543
Vector Objects were Supported for Raster Maps
544
544
*********************************************
545
545
546
-
`PR #4680<https://github.com/ros-planning/navigation2/pull/4680>`_ adds new Vector Object server into ``nav2_map_server`` package.
546
+
`PR #5479<https://github.com/ros-navigation/navigation2/pull/5479>`_ adds new Vector Object server into ``nav2_map_server`` package.
547
547
It reads vector objects (polygons and polygonal chains as ``PolygonObject.msg``; and circles as ``CircleObject.msg``) from input parameters, handles them by service calls (``AddShapes.srv``/``GetShapes.srv``/``RemoveShapes.srv``) and finally puts them on output raster OccupancyGrid map.
548
548
This map is typically used with costmaps by acting as an input mask for Costmap Filters.
0 commit comments