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-14 01:40:20 +08:00
|
|
|
global options truth data noiseModels isam result frame_i
|
2012-06-10 11:31:09 +08:00
|
|
|
|
|
|
|
% Start GUI
|
2012-06-09 06:36:34 +08:00
|
|
|
VisualISAM_gui
|