Skip to content

Commit eed5712

Browse files
committed
Clearer explanation
1 parent e71378e commit eed5712

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

migration/Kilted.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,14 @@ See also :ref:`configuring_bt_navigator`
361361
Add BehaviorTree SubTrees Support
362362
---------------------------------
363363

364-
The BehaviorTree engine now supports SubTrees in different files within directory(s) set through ``bt_search_directories`` parameter. This allows you to modularize your behavior trees into smaller components that can be reused across different trees.
365-
The interface now supports passing the behavior tree file or ID as input to the `loadBehaviorTree` method of the BT action server.
366-
Each behavior tree is now strictly required to have its own unique ID, therefore the need to replace `MainTre` to a unique ID. For example, in `navigate_through_poses_w_replanning_and_recovery.xml
367-
` `MainTree` can be replaced with `NavigateThroughPosesWReplanningAndRecovery`.
364+
The BehaviorTree engine now supports loading SubTrees from multiple files.
365+
This allows you to modularize your behavior trees into smaller components that can be reused across different trees.
366+
367+
The .xml files should be located within directory(s) set through the ``bt_search_directories`` parameter.
368+
369+
The interface also supports requesting the desired behavior tree as a filepath or as an ID.
370+
371+
To use the ID or multiple SubTrees features, each behavior tree is required to have its own unique ID - replace `MainTree` with a unique ID.
368372

369373
Option to have custom window size and poly order in Savitsky-Golay Smoother
370374
---------------------------------------------------------------------------

0 commit comments

Comments
 (0)