Skip to content

Commit

Permalink
merge(fix/deadlock): into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
PamplemousseMR authored May 24, 2018
2 parents ce92f2c + e4a6f65 commit a68ea8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/LoopClosing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ LoopClosing::LoopClosing(Map *pMap, KeyFrameDatabase *pDB, ORBVocabulary *pVoc,
mbStopGBA(false),
mpThreadGBA(nullptr),
mbFixScale(bFixScale),
mnFullBAIdx(0)
mnFullBAIdx(0),
mbStopped(false)
{
mnCovisibilityConsistencyTh = 3;
}
Expand Down

0 comments on commit a68ea8d

Please sign in to comment.