Skip to content

Commit 646b3c7

Browse files
authored
Fix typo in writing_new_costmap2d_plugin.rst (ros-navigation#497)
1 parent ceac546 commit 646b3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin_tutorials/docs/writing_new_costmap2d_plugin.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ In our example the ``nav2_gradient_costmap_plugin::GradientLayer`` plugin's clas
141141
142142
This part is usually placed at the end of cpp-file where the plugin class was written (in our example ``gradient_layer.cpp``). It is good practice to place these lines at the end of the file, but technically, you can also place at the top.
143143

144-
2. Plugin's inormation should be stored to plugin description file. This is done by using separate XML (in our example ``gradient_plugins.xml``) in the plugin's package. This file contains information about:
144+
2. Plugin's information should be stored to the plugin's description file. This is done by using separate XML (in our example ``gradient_plugins.xml``) in the plugin's package. This file contains information about:
145145

146146
- ``path``: Path and name of library where plugin is placed.
147147
- ``name``: Plugin type referenced in ``plugin_types`` parameter (see next section for more details). It could be whatever you want.

0 commit comments

Comments
 (0)