Skip to content

Commit c1905b4

Browse files
Update adding_smoother.rst (#675)
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
1 parent 36129c8 commit c1905b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/docs/adding_smoother.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ If you wish to have recoveries for the smoother error codes, such as triggering
9393
<Sequence/>
9494
9595
96-
And its as simple as that! You can now compile or use this behavior tree in your system and see that the plans are now smoothed and the controllers are now tracking this smoothed path. The image at the top of the tutorial shows the unsmoothed path from NavFn (red) and the smoothed path (black). Note the smoother approach to goal, turns, and transitions in the straight-line segments.
96+
And its as simple as that! You can now compile or use this behavior tree in your system and see that the plans are now smoothed and the controllers are now tracking this smoothed path. The image at the top of the tutorial shows the unsmoothed path from NavFn (red) and the smoothed path (black). Note the smoother approach to goal, turns, and transitions in the straight-line segments. Make sure to add the smoother error code prefix to the BT Navigator configuration if using the contextual error codes.
9797

9898
If you wish to see the difference, but not track the smoothed path, you may wish to remove the ``smoothed_path="{path}"`` portion to compute the smoothed path, but not replace the original path with it. Instead, the topic ``/smoothed_path`` contains this information published by the smoother server for visualization or use by other parts of the system. You may also remap the smoothed path to another blackboard variable to interact with it in other parts of the behavior tree (e.g. ``smoothed_path="{smoothed_path}"``).

0 commit comments

Comments
 (0)