Skip to content

Commit e71378e

Browse files
committed
fix wrong units
1 parent d165e01 commit e71378e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

configuration/packages/configuring-bt-navigator.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Parameters
110110
==== =======
111111

112112
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.
114114
This value will be overwritten for a BT node if the input port "server_timeout" is provided.
115115

116116
:default_cancel_timeout:
@@ -122,7 +122,7 @@ Parameters
122122
==== =======
123123

124124
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.
126126
This value will be overwritten for a BT node if the input port "cancel_timeout" is provided.
127127

128128
:wait_for_service_timeout:
@@ -134,7 +134,7 @@ Parameters
134134
==== =======
135135

136136
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)``).
138138
This value will be overwritten for a BT node if the input port "wait_for_service_timeout" is provided.
139139

140140
:introspection_mode:
@@ -257,7 +257,7 @@ Parameters
257257
============== ==================================================
258258

259259
Description
260-
List of directories that hosts behavior trees XML files. It is needed to register all behavior trees as well as subtrees.
260+
List of directories that hosts behavior trees XML files. Used to register all behavior trees and subtrees.
261261

262262
NavigateToPose Parameters
263263
*************************

0 commit comments

Comments
 (0)