2018-10-02 18:17:13 +02:00
|
|
|
%% Script that is run just before
|
|
|
|
% the simulation is started
|
2018-10-24 15:08:23 +02:00
|
|
|
|
|
|
|
%% Load all the data used for the simulation
|
|
|
|
load('./mat/sim_conf.mat');
|
2018-06-12 11:46:36 +02:00
|
|
|
|
2018-06-16 22:57:54 +02:00
|
|
|
%% Load Controller
|
2018-10-24 15:08:23 +02:00
|
|
|
load('./mat/controllers.mat');
|