Skip to content

Commit

Permalink
Added missing conditions to nav2_tree_nodes (ros-navigation#3401)
Browse files Browse the repository at this point in the history
* Add WouldAControllerRecoveryHelp and WouldAPlannerRecoveryHelp to nav2_tree_nodes

* Add WouldAControllerRecoveryHelp and WouldAPlannerRecoveryHelp...... to nav2_tree_nodes

* Update nav2_tree_nodes.xml

---------

Co-authored-by: blanker <you@example.com>
  • Loading branch information
2 people authored and Andrew Lycas committed Feb 23, 2023
1 parent e33438a commit 473492f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions nav2_behavior_tree/nav2_tree_nodes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,24 @@
<input_port name="server_timeout"> Server timeout </input_port>
</Condition>

<Condition ID="WouldAControllerRecoveryHelp">
<input_port name="error_code">Error code</input_port>
</Condition>

<Condition ID="WouldAPlannerRecoveryHelp">
<input_port name="error_code">Error code</input_port>
</Condition>

<Condition ID="WouldASmootherRecoveryHelp">
<input_port name="error_code">Error code</input_port>
</Condition>

<Condition ID="AreErrorCodesPresent">
<input_port name="error_code">Error code</input_port>
<input_port name="error_codes_to_check">Error codes to check, user defined</input_port>
</Condition>


<!-- ############################### CONTROL NODES ################################ -->
<Control ID="PipelineSequence"/>

Expand Down

0 comments on commit 473492f

Please sign in to comment.