Fixed at -> atPose2
parent
e8d76b7e8e
commit
209bc23abe
|
@ -107,7 +107,7 @@ for time = deltaT : deltaT : 10.0
|
||||||
%% Print the filter optimized poses
|
%% Print the filter optimized poses
|
||||||
fprintf(1, 'Timestamp = %5.3f\n', time);
|
fprintf(1, 'Timestamp = %5.3f\n', time);
|
||||||
filterResult = concurrentFilter.calculateEstimate;
|
filterResult = concurrentFilter.calculateEstimate;
|
||||||
filterResult.at(currentKey).print('Concurrent Estimate: ');
|
filterResult.atPose2(currentKey).print('Concurrent Estimate: ');
|
||||||
|
|
||||||
%% Plot Covariance Ellipses
|
%% Plot Covariance Ellipses
|
||||||
cla;
|
cla;
|
||||||
|
|
Loading…
Reference in New Issue