Skip to content

Commit

Permalink
small fixes to na2_tree_nodes.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Adi Vardi <[email protected]>
  • Loading branch information
adivardi committed Feb 20, 2025
1 parent a7b8faa commit 227bec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nav2_behavior_tree/nav2_tree_nodes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<input_port name="time_allowance">Allowed time for reversing</input_port>
<input_port name="server_name">Server name</input_port>
<input_port name="server_timeout">Server timeout</input_port>
<input_port name="disable_collision_checks">Disable collision checking</input_port>
<input_port name="disable_collision_checks" type="bool" default="false">Disable collision checking</input_port>
<output_port name="error_code_id">"Back up error code"</output_port>
</Action>

Expand Down Expand Up @@ -126,7 +126,7 @@
<input_port name="path">Path to follow</input_port>
<input_port name="goal_checker_id">Goal checker</input_port>
<input_port name="progress_checker_id">Progress checker</input_port>
<input_port name="service_name">Service name</input_port>
<input_port name="server_name">Action server name</input_port>
<input_port name="server_timeout">Server timeout</input_port>
<output_port name="error_code_id">Follow Path error code</output_port>
</Action>
Expand Down

0 comments on commit 227bec6

Please sign in to comment.