Skip to content

Commit 4997102

Browse files
committed
Remove global_frame input port from the GoalReached and RemovePassedGoals behavior nodes (ros-navigation/navigation2#3917)
1 parent 8f85a3d commit 4997102

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

configuration/packages/bt-plugins/actions/RemovePassedGoals.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ Input Ports
2020
Description
2121
The radius (m) in proximity to the viapoint for the BT node to remove from the list as having passed.
2222

23-
:global_frame:
24-
25-
====== =======
26-
Type Default
27-
------ -------
28-
string "map"
29-
====== =======
30-
31-
Description
32-
Reference frame.
33-
3423
:robot_base_frame:
3524

3625
====== ===========

configuration/packages/bt-plugins/conditions/GoalReached.rst

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,7 @@ Input Ports
4848

4949
Description
5050
Destination to check. Takes in a blackboard variable, e.g. "{goal}".
51-
52-
:global_frame:
53-
54-
====== =======
55-
Type Default
56-
------ -------
57-
string "map"
58-
====== =======
59-
60-
Description
61-
Reference frame.
51+
The global reference frame is taken from the goal's header `frame_id` field.
6252

6353
:robot_base_frame:
6454

@@ -76,4 +66,4 @@ Example
7666

7767
.. code-block:: xml
7868
79-
<GoalReached goal="{goal}" global_frame="map" robot_base_frame="base_link"/>
69+
<GoalReached goal="{goal}" robot_base_frame="base_link"/>

0 commit comments

Comments
 (0)