startup
parent
8a9f5c7494
commit
3120d6842f
|
@ -0,0 +1,14 @@
|
||||||
|
% Matlab code to test gtsam toolbox
|
||||||
|
%
|
||||||
|
%
|
||||||
|
%
|
||||||
|
%
|
||||||
|
clc;
|
||||||
|
disp(' ');
|
||||||
|
disp(' Matlab scripts to test GTSAM toolbox ');
|
||||||
|
disp(' ');
|
||||||
|
|
||||||
|
path(path,genpath(pwd));
|
||||||
|
toolboxpath = '~/toolbox/gtsam'
|
||||||
|
addpath(toolboxpath);
|
||||||
|
|
Loading…
Reference in New Issue