Remove clear in scripts to generate the hexapod
This commit is contained in:
parent
31a59fcca3
commit
17c9de54fb
@ -1,6 +1,3 @@
|
|||||||
%%
|
|
||||||
clear; close all; clc;
|
|
||||||
|
|
||||||
%% Stewart Object
|
%% Stewart Object
|
||||||
stewart = struct();
|
stewart = struct();
|
||||||
stewart.h = 350; % Total height of the platform [mm]
|
stewart.h = 350; % Total height of the platform [mm]
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
%%
|
|
||||||
clear; close all; clc;
|
|
||||||
|
|
||||||
%% Stewart Object
|
%% Stewart Object
|
||||||
stewart = struct();
|
stewart = struct();
|
||||||
stewart.h = 90; % Total height of the platform [mm]
|
stewart.h = 90; % Total height of the platform [mm]
|
||||||
|
Loading…
Reference in New Issue
Block a user