Skip to content

Commit

Permalink
clean shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed Aug 13, 2019
1 parent 69d6acd commit 407e6eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
snap_ws/*
2 changes: 2 additions & 0 deletions src/slam_toolbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ SlamToolbox::~SlamToolbox()
transform_thread_->join();
run_thread_->join();
visualization_thread_->join();
mapper_.reset();
dataset_.reset();
}

/*****************************************************************************/
Expand Down

0 comments on commit 407e6eb

Please sign in to comment.