Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions configuration/packages/configuring-bt-navigator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,29 @@ Parameters
Description
List of behavior tree node shared libraries.

:bt_loop_duration:

==== =======
Type Default
---- -------
int 10
==== =======

Description
Duration (in milliseconds) for each iteration of BT execution.

:default_server_timeout:

==== =======
Type Default
---- -------
int 20
==== =======

Description
Default timeout value (in milliseconds) while a BT action node is waiting for acknowledgement from an action server.
This value will be overwritten for a BT node if the input port "server_timeout" is provided.

:enable_groot_monitoring:

==== =======
Expand Down