mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Tango: kill camera instead of join to avoid lag when clicking pause
This commit is contained in:
@@ -1736,7 +1736,7 @@ void RTABMapApp::setPausedMapping(bool paused)
|
||||
if(paused_)
|
||||
{
|
||||
LOGW("Pause!");
|
||||
camera_->join(true);
|
||||
camera_->kill();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user