Fixed at -> atPose2

release/4.3a0
dellaert 2019-05-16 22:30:02 -04:00
parent e8d76b7e8e
commit 209bc23abe
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ for time = deltaT : deltaT : 10.0
%% Print the filter optimized poses
fprintf(1, 'Timestamp = %5.3f\n', time);
filterResult = concurrentFilter.calculateEstimate;
filterResult.at(currentKey).print('Concurrent Estimate: ');
filterResult.atPose2(currentKey).print('Concurrent Estimate: ');
%% Plot Covariance Ellipses
cla;