Skip to content

Commit bdaeb5d

Browse files
naiveHoboSteveMacenski
authored andcommitted
Fix nav2_bt_navigator cleanup (#1901)
Signed-off-by: Sarthak Mittal <[email protected]>
1 parent 5008ceb commit bdaeb5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nav2_bt_navigator/src/bt_navigator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ BtNavigator::on_cleanup(const rclcpp_lifecycle::State & /*state*/)
214214

215215
action_server_.reset();
216216
plugin_lib_names_.clear();
217+
current_bt_xml_filename_.clear();
217218
blackboard_.reset();
218219
bt_->haltAllActions(tree_.rootNode());
219220
bt_.reset();

0 commit comments

Comments
 (0)