Remove clear in scripts to generate the hexapod
This commit is contained in:
@@ -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]
|
||||||
|
Reference in New Issue
Block a user