コード例 #1
0
ファイル: pyPTAM.cpp プロジェクト: blefaudeux/PTAM-GPL
  // Destructor : stop the brackground thread first !
  inline ~pyPTAM() {
    if (is_slam_started) {
      s->Stop();
      is_slam_started = false;
    }

    sys_thread->join();
  }