Skip to content

Commit bd1148d

Browse files
Add missing language suggestion
Signed-off-by: Sushant Chavan <sushant.chavan@idealworks.com>
1 parent 829090c commit bd1148d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/docs/navigation2_with_vector_objects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Overview
1717
========
1818

1919
This tutorial shows how to navigate with vector objects added to raster costmaps.
20-
They can be used for various purposes, such as hiding some areas or sticking-out robot parts, for adding virtual obstacles on maps, or like Costmap Filters do - adding keep-out or maximum speed restricted areas, but on a vector (polygon or shape) basis.
20+
They can be used for various purposes, such as hiding some areas or sticking-out robot parts, for adding virtual obstacles on maps, or like Costmap Filters do with rastered maps, but on a vector (polygon or shape) basis.
2121
In this tutorial, the added vector objects will be treated as obstacles in costmaps using a Keepout Filter.
2222
To do this, we need to prepare the Nav2 stack with the Keepout Filter enabled, along with the Vector Object server which publishes an ``OccupancyGrid`` map with the rasterized vector objects as an input mask for the Keepout Filter.
2323
Other use cases use similar principles and could be easily adapted after finishing this tutorial.

0 commit comments

Comments
 (0)