Change jacobian point of micro hexapod
This commit is contained in:
parent
0e9a823232
commit
9a8f587904
@ -4,7 +4,7 @@ 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]
|
||||||
stewart.jacobian = 0; % Point where the Jacobian is computed => Center of rotation [mm]
|
stewart.jacobian = 435; % Point where the Jacobian is computed => Center of rotation [mm]
|
||||||
|
|
||||||
%% Bottom Plate
|
%% Bottom Plate
|
||||||
BP = struct();
|
BP = struct();
|
||||||
|
Loading…
Reference in New Issue
Block a user