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
+55-44Lines changed: 55 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,50 +180,6 @@ Parameters
180
180
Description
181
181
Topic on which odometry is published
182
182
183
-
:goal_blackboard_id:
184
-
185
-
====== =======
186
-
Type Default
187
-
------ -------
188
-
string "goal"
189
-
====== =======
190
-
191
-
Description
192
-
Blackboard variable to use to supply the goal to the behavior tree for ``NavigateToPose``. Should match ports of BT XML file.
193
-
194
-
:path_blackboard_id:
195
-
196
-
====== =======
197
-
Type Default
198
-
------ -------
199
-
string "path"
200
-
====== =======
201
-
202
-
Description
203
-
Blackboard variable to get the path from the behavior tree for ``NavigateThroughPoses`` feedback. Should match port names of BT XML file.
204
-
205
-
:goals_blackboard_id:
206
-
207
-
====== =======
208
-
Type Default
209
-
------ -------
210
-
string "goals"
211
-
====== =======
212
-
213
-
Description
214
-
Blackboard variable to use to supply the goals to the behavior tree for ``NavigateThroughPoses``. Should match ports of BT XML file.
215
-
216
-
:waypoint_statuses_blackboard_id:
217
-
218
-
====== ===================
219
-
Type Default
220
-
------ -------------------
221
-
string "waypoint_statuses"
222
-
====== ===================
223
-
224
-
Description
225
-
Blackboard variable to get the statuses of waypoints from the behavior tree for ``NavigateThroughPoses`` feedback/result. Should match ports of BT XML file.
226
-
227
183
:error_code_name_prefixes:
228
184
229
185
============== ===========================
@@ -284,6 +240,28 @@ Parameters
284
240
NavigateToPose Parameters
285
241
*************************
286
242
243
+
:``<navigate_to_pose_name>``.goal_blackboard_id:
244
+
245
+
====== =======
246
+
Type Default
247
+
------ -------
248
+
string "goal"
249
+
====== =======
250
+
251
+
Description
252
+
Blackboard variable to use to supply the goal to the behavior tree for ``NavigateToPose``. Should match ports of BT XML file.
253
+
254
+
:``<navigate_to_pose_name>``.path_blackboard_id:
255
+
256
+
====== =======
257
+
Type Default
258
+
------ -------
259
+
string "path"
260
+
====== =======
261
+
262
+
Description
263
+
Blackboard variable to get the path from the behavior tree for ``NavigateToPose`` feedback. Should match port names of BT XML file.
Blackboard variable to get the statuses of waypoints from the behavior tree for ``NavigateThroughPoses`` feedback/result. Should match ports of BT XML file.
Copy file name to clipboardExpand all lines: migration/Kilted.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,3 +289,9 @@ Below are measured bandwidth values for different transport types with default p
289
289
+------------------+----------------+
290
290
| zlib | 121.95 |
291
291
+------------------+----------------+
292
+
293
+
Private BT Navigator's BlackBoard ID parameters
294
+
-----------------------------------------------
295
+
296
+
The parameters ``xx_blackboard_id`` used in the BT navigator to specify the name of the blackboard variables from the behavior trees were moved into the respective navigators. They now have to be specified under the namespace of the particular navigator.
0 commit comments