% Matlab code to test gtsam toolbox
%
clc;
disp(' ');
disp(' Matlab scripts to test GTSAM toolbox ');
path(path,genpath(pwd));
toolboxpath = '~/toolbox/gtsam'
addpath(toolboxpath);