Skip to content

Commit

Permalink
Revert "Halt both children of RecoveryNode (ros-navigation#1622)"
Browse files Browse the repository at this point in the history
This reverts commit 292105c.
  • Loading branch information
gimait committed Apr 20, 2020
1 parent 4eb17fa commit c5035b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_behavior_tree/plugins/control/recovery_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class RecoveryNode : public BT::ControlNode

void halt() override
{
ControlNode::haltChildren(1);
ControlNode::halt();
current_child_idx_ = 0;
retry_count_ = 0;
}
Expand Down

0 comments on commit c5035b4

Please sign in to comment.