fix point prior bug in VisualISAM matlab example.
parent
f1bc66c017
commit
a553d2f845
|
@ -50,7 +50,7 @@ for i=1:2
|
|||
initialEstimates.insert(jj, truth.points{j});
|
||||
end
|
||||
if options.pointPriors % add point priors
|
||||
newFactors.add(priorFactorPoint3(jj, truth.points{j}, noiseModels.point));
|
||||
newFactors.add(PriorFactorPoint3(jj, truth.points{j}, noiseModels.point));
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue