2018-10-11 10:25:57 +02:00
|
|
|
function [] = initializeGround()
|
|
|
|
%%
|
2018-06-16 22:57:54 +02:00
|
|
|
ground = struct();
|
|
|
|
|
|
|
|
ground.shape = [2, 2, 0.5]; % m
|
|
|
|
|
2018-10-11 10:25:57 +02:00
|
|
|
%% Save
|
|
|
|
save('./mat/stages.mat', 'ground', '-append');
|
2018-06-16 22:57:54 +02:00
|
|
|
end
|