got rid of pause

release/4.3a0
Frank Dellaert 2012-06-30 08:34:44 +00:00
parent f68ba93f3d
commit 133fc4ae5c
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ odometryNoise = gtsamnoiseModelDiagonal_Sigmas([0.2; 0.2; 0.1]); % 20cm std on x
graph.addRelativePose(1, 2, odometry, odometryNoise);
graph.addRelativePose(2, 3, odometry, odometryNoise);
pause
%% print
graph.print(sprintf('\nFactor graph:\n'));