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
+44-55Lines changed: 44 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,50 @@ 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
+
183
227
:error_code_name_prefixes:
184
228
185
229
============== ===========================
@@ -240,28 +284,6 @@ Parameters
240
284
NavigateToPose Parameters
241
285
*************************
242
286
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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -294,4 +294,3 @@ Private BT Navigator's BlackBoard ID parameters
294
294
-----------------------------------------------
295
295
296
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