Skip to content

Commit e961ff5

Browse files
Update plugin_tutorials/docs/writing_new_nav2controller_plugin.rst
Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
1 parent 7a2eac8 commit e961ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin_tutorials/docs/writing_new_nav2controller_plugin.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The list of methods, their descriptions, and necessity are presented in the tabl
7474
| | pose and its current velocity. | |
7575
+---------------------------+---------------------------------------------------------------------------------------+------------------------+
7676
| cancel() | Method is called when the controller server receives a cancel request. If this method | No |
77-
| | is uninplemented, the controller will immediately stop when receiving a cancel | |
77+
| | is unimplemented, the controller will immediately stop when receiving a cancel | |
7878
| | request. If this method is implemented, the controller can perform a more graceful | |
7979
| | stop and signal the controller server when it is done. | |
8080
+---------------------------+---------------------------------------------------------------------------------------+------------------------+

0 commit comments

Comments
 (0)