Skip to content

Commit 093d6d8

Browse files
committed
fix: trailing space missing
Signed-off-by: d.kotov <moveton40@gmail.com>
1 parent 78ddad0 commit 093d6d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/docs/integrating_new_task_server_and_navigator_plugin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Virtual method summary:
428428
// Read a value from the BT blackboard and publish it as feedback.
429429
// The path is written once by goalReceived(); a BT action node
430430
// could write a separate progress key that gets read here instead,
431-
// or you could try to calculate remaining poses with
431+
// or you could try to calculate remaining poses with
432432
// nav2_util::getCurrentPose for example.
433433
auto blackboard = bt_action_server_->getBlackboard();
434434
nav_msgs::msg::Path current_path;

0 commit comments

Comments
 (0)