Skip to content

Commit 9aa9b0b

Browse files
update nav2_tree_node.xml
1 parent b03ad78 commit 9aa9b0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nav2_behavior_tree/nav2_tree_nodes.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,25 +67,29 @@
6767
<Action ID="ClearEntireCostmap">
6868
<input_port name="service_name">Service name</input_port>
6969
<input_port name="server_timeout">Server timeout</input_port>
70+
<input_port name="plugins">List of specific plugins to clear.</input_port>
7071
</Action>
7172

7273
<Action ID="ClearCostmapExceptRegion">
7374
<input_port name="service_name">Service name</input_port>
7475
<input_port name="server_timeout">Server timeout</input_port>
7576
<input_port name="reset_distance">Distance from the robot above which obstacles are cleared</input_port>
77+
<input_port name="plugins">List of specific plugins to clear.</input_port>
7678
</Action>
7779

7880
<Action ID="ClearCostmapAroundRobot">
7981
<input_port name="service_name">Service name</input_port>
8082
<input_port name="server_timeout">Server timeout</input_port>
8183
<input_port name="reset_distance">Distance from the robot under which obstacles are cleared</input_port>
84+
<input_port name="plugins">List of specific plugins to clear.</input_port>
8285
</Action>
8386

8487
<Action ID="ClearCostmapAroundPose">
8588
<input_port name="service_name">Service name</input_port>
8689
<input_port name="server_timeout">Server timeout</input_port>
8790
<input_port name="pose">Pose around which to clear the costmap</input_port>
8891
<input_port name="reset_distance">Distance from the pose under which obstacles are cleared</input_port>
92+
<input_port name="plugins">List of specific plugins to clear.</input_port>
8993
</Action>
9094

9195
<Action ID="ComputePathToPose">

0 commit comments

Comments
 (0)