Skip to content

Commit 55f8a1b

Browse files
authored
making default xml paths description more clear for bt_navigator (ros-navigation#541)
* update sonoma-raceway link Signed-off-by: ARK3r <[email protected]> * making xml description clearer Signed-off-by: ARK3r <[email protected]> --------- Signed-off-by: ARK3r <[email protected]>
1 parent 1f29604 commit 55f8a1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configuration/packages/configuring-bt-navigator.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Parameters
4040

4141
Description
4242
Path to the default behavior tree XML description for ``NavigateToPose``, see :ref:`configuring_behavior_tree_xml` for details on this file.
43-
Used to be ``default_bt_xml_filename`` pre-Galactic.
44-
You can use substitution to specify file path like ``$(find-pkg-share my_package)/behavior_tree/my_nav_to_pose_bt.xml``.
43+
This parameter used to be ``default_bt_xml_filename`` pre-Galactic.
44+
You can use substitution to specify file path like ``$(find-pkg-share my_package)/behavior_tree/my_nav_to_pose_bt.xml``. However, if left empty, the default behavior tree XML will be loaded from the ``nav2_bt_navigator`` package.
4545

4646

4747
:default_nav_through_poses_bt_xml:
@@ -54,7 +54,7 @@ Parameters
5454

5555
Description
5656
Path to the default behavior tree XML description for ``NavigateThroughPoses``, see :ref:`configuring_behavior_tree_xml` for details on this file. New to Galactic after ``NavigateThroughPoses`` was added.
57-
You can use substitution to specify file path like ``$(find-pkg-share my_package)/behavior_tree/my_nav_through_poses_bt.xml``.
57+
You can use substitution to specify file path like ``$(find-pkg-share my_package)/behavior_tree/my_nav_through_poses_bt.xml``. However, if left empty, the default behavior tree XML will be loaded from the ``nav2_bt_navigator`` package.
5858

5959

6060
:always_reload_bt_xml:

0 commit comments

Comments
 (0)