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: configuration/packages/configuring-bt-navigator.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ Parameters
110
110
==== =======
111
111
112
112
Description
113
-
Default timeout value (in milliseconds) while a BT action node is waiting for acknowledgement from an action server.
113
+
Default timeout value (in milliseconds) for a BT action node to wait for acknowledgement from an action server.
114
114
This value will be overwritten for a BT node if the input port "server_timeout" is provided.
115
115
116
116
:default_cancel_timeout:
@@ -122,7 +122,7 @@ Parameters
122
122
==== =======
123
123
124
124
Description
125
-
Default timeout (in seconds) for BT action node cancellation requests during node halt.
125
+
Default timeout (in milliseconds) for BT action node cancellation requests during node halt.
126
126
This value will be overwritten for a BT node if the input port "cancel_timeout" is provided.
127
127
128
128
:wait_for_service_timeout:
@@ -134,7 +134,7 @@ Parameters
134
134
==== =======
135
135
136
136
Description
137
-
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)``).
137
+
Default timeout value (in milliseconds) for an Action or Service BT nodes to wait for acknowledgement from an service or action server on BT initialization (e.g. ``wait_for_action_server(timeout)``).
138
138
This value will be overwritten for a BT node if the input port "wait_for_service_timeout" is provided.
0 commit comments