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 = struct();
|
||||
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
|
||||
BP = struct();
|
||||
|
Loading…
Reference in New Issue
Block a user