2012-06-10 11:31:09 +08:00
|
|
|
% VisualISAMDemo: runs VisualSLAM iSAM demo in a GUI
|
|
|
|
% Authors: Duy Nguyen Ta
|
|
|
|
|
|
|
|
% Make sure global variables are visible on command prompt
|
|
|
|
% so you can examine how they change as you step through
|
2012-06-11 02:46:56 +08:00
|
|
|
global frame_i data noiseModels isam result options
|
2012-06-10 11:31:09 +08:00
|
|
|
|
|
|
|
% Start GUI
|
2012-06-09 06:36:34 +08:00
|
|
|
VisualISAM_gui
|