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