Bug fix in SolverComparer

release/4.3a0
Richard Roberts 2013-08-15 20:17:12 +00:00
parent 622a450a0c
commit 69a98bc37b
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ void runIncremental()
}
}
} else {
if(!newVariables.exists(measurement->key1())) { // Only need to check newVariables since loop closures come after odometry
if(!newVariables.exists(measurement->key2())) { // Only need to check newVariables since loop closures come after odometry
if(step == 1)
newVariables.insert(measurement->key2(), measurement->measured());
else {