Skip to content

Commit

Permalink
Add documentation for wait_for_service_timeout ros-navigation#3960 (r…
Browse files Browse the repository at this point in the history
…os-navigation#490)

* Add documentation for wait_for_service_timeout ros-navigation#3960

* Update configuration/packages/configuring-bt-navigator.rst

---------

Co-authored-by: Steve Macenski <[email protected]>
  • Loading branch information
embeddedadam and SteveMacenski authored Nov 17, 2023
1 parent e41a18b commit 9d76bb0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions configuration/packages/configuring-bt-navigator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,18 @@ Parameters
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.

:wait_for_service_timeout:

==== =======
Type Default
---- -------
int 1000
==== =======

Description
Default timeout value (in milliseconds) while Action or Service BT nodes will waiting for acknowledgement from an service or action server on BT initialization (e.g. ``wait_for_action_server(timeout)``).
This value will be overwritten for a BT node if the input port "wait_for_service_timeout" is provided.

:action_server_result_timeout:

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

0 comments on commit 9d76bb0

Please sign in to comment.