Skip to content

Commit 668abc4

Browse files
committed
Revert "Use tree_->haltTree();"
This reverts commit aa2cf20.
1 parent aa2cf20 commit 668abc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opennav_coverage_bt/test/test_compute_coverage_path.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ TEST_F(ComputeCoveragePathActionTestFixture, test_tick)
147147
EXPECT_EQ(path.poses[1].pose.position.x, 1.0);
148148

149149
// halt node so another goal can be sent
150-
tree_->haltTree();
150+
tree_->rootNode()->haltNode();
151151
EXPECT_EQ(tree_->rootNode()->status(), BT::NodeStatus::IDLE);
152152
}
153153

0 commit comments

Comments
 (0)