You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migration/Kilted.rst
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,10 +361,14 @@ See also :ref:`configuring_bt_navigator`
361
361
Add BehaviorTree SubTrees Support
362
362
---------------------------------
363
363
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.
368
372
369
373
Option to have custom window size and poly order in Savitsky-Golay Smoother
0 commit comments