Skip to content

Commit e7137e1

Browse files
authored
Fix typo (#106)
Great tutorial, thanks. I fixed a typo.
1 parent ac11303 commit e7137e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin_tutorials/docs/writing_new_nav2controller_plugin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ To enable the plugin, we need to modify the ``nav2_params.yaml`` file as below
249249
controller_plugins: ["FollowPath"]
250250
251251
FollowPath:
252-
plugin: "pure_pursuit_controller::PurePursuitController"
252+
plugin: "nav2_pure_pursuit_controller::PurePursuitController"
253253
debug_trajectory_details: True
254254
desired_linear_vel: 0.2
255255
lookahead_dist: 0.4

0 commit comments

Comments
 (0)