Skip to content

Commit

Permalink
Remove global_frame input port from the GoalReached and RemovePassedG…
Browse files Browse the repository at this point in the history
…oals behavior nodes (ros-navigation/navigation2#3917)
  • Loading branch information
meyerj committed Nov 15, 2023
1 parent 8f85a3d commit 4997102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
11 changes: 0 additions & 11 deletions configuration/packages/bt-plugins/actions/RemovePassedGoals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ Input Ports
Description
The radius (m) in proximity to the viapoint for the BT node to remove from the list as having passed.

:global_frame:

====== =======
Type Default
------ -------
string "map"
====== =======

Description
Reference frame.

:robot_base_frame:

====== ===========
Expand Down
14 changes: 2 additions & 12 deletions configuration/packages/bt-plugins/conditions/GoalReached.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,7 @@ Input Ports

Description
Destination to check. Takes in a blackboard variable, e.g. "{goal}".

:global_frame:

====== =======
Type Default
------ -------
string "map"
====== =======

Description
Reference frame.
The global reference frame is taken from the goal's header `frame_id` field.

:robot_base_frame:

Expand All @@ -76,4 +66,4 @@ Example

.. code-block:: xml
<GoalReached goal="{goal}" global_frame="map" robot_base_frame="base_link"/>
<GoalReached goal="{goal}" robot_base_frame="base_link"/>

0 comments on commit 4997102

Please sign in to comment.