Skip to content

Commit 39426e8

Browse files
committed
Revert experiment bond_->breakBond() back to bond_.reset()
Signed-off-by: Mike Wake <[email protected]>
1 parent 7b2cf7c commit 39426e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_lifecycle_manager/test/test_bond.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class TestLifecycleNode : public nav2_util::LifecycleNode
9090

9191
void breakBond()
9292
{
93-
bond_->breakBond();
93+
bond_.reset();
9494
}
9595

9696
std::string getState()

0 commit comments

Comments
 (0)