Skip to content

Commit

Permalink
Revert "Set node status to idle on halt (ros-navigation#1622)"
Browse files Browse the repository at this point in the history
This reverts commit 492d80a.
  • Loading branch information
gimait committed Apr 20, 2020
1 parent 492d80a commit 4eb17fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nav2_behavior_tree/plugins/control/recovery_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ class RecoveryNode : public BT::ControlNode
void halt() override
{
ControlNode::haltChildren(1);
setStatus(BT::NodeStatus::IDLE);
current_child_idx_ = 0;
retry_count_ = 0;
}
Expand Down

0 comments on commit 4eb17fa

Please sign in to comment.