nass-simscape/init_simulation.m
Thomas Dehaeze 7575aee987 Add metrology element (change of base, computation of error)
Lot's of new things:
- try to use less .mat files
- computation of setpoint and error in the cartesian frame fixed to the granite
- change of base to have the errors w.r.t. the NASS base
- add script to plot setpoint, position and error
2018-10-24 15:08:23 +02:00

18 lines
357 B
Matlab

%% Script that is run just before
% the simulation is started
%% Load all the data used for the simulation
load('./mat/sim_conf.mat');
%% Load SolidWorks Data
load('./mat/solids.mat');
%% Load data of each stage
load('./mat/stages.mat');
%% Load Signals Applied to the system
load('./mat/inputs.mat');
%% Load Controller
load('./mat/controllers.mat');