mnFullBAIdx should be int, not bool?
Author: george-yuanji-wangCreated Jul 26, 2025Updated Jul 26, 2025
mnFullBAIdx is declared as bool in include/LoopClosing.h, but later used with "mnFullBAIdx++;" in LoopClosing.cc, causing an error
Source: raulmur/ORB_SLAM2