Fix of the StereoVOExample.m in the matlab examples folder
The optimize method at line 65 was missing the second argumentrelease/4.3a0
parent
3366c673d7
commit
2c1e30db51
|
@ -56,7 +56,7 @@ initialEstimate.insertPoint(l3, gtsamPoint3( 0,-.5, 5));
|
||||||
|
|
||||||
%% optimize
|
%% optimize
|
||||||
fprintf(1,'Optimizing\n'); tic
|
fprintf(1,'Optimizing\n'); tic
|
||||||
result = graph.optimize(initialEstimate);
|
result = graph.optimize(initialEstimate,1);
|
||||||
toc
|
toc
|
||||||
|
|
||||||
%% visualize initial trajectory, final trajectory, and final points
|
%% visualize initial trajectory, final trajectory, and final points
|
||||||
|
|
Loading…
Reference in New Issue