mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
consoleApp: fixed redefined i
This commit is contained in:
@@ -344,7 +344,7 @@ int main(int argc, char * argv[])
|
||||
{
|
||||
++countLoopDetected;
|
||||
}
|
||||
for(int i=0; i<=skip; ++i)
|
||||
for(int j=0; j<=skip; ++j)
|
||||
{
|
||||
data = camera->takeImage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user