diff --git a/params_micro_hexapod.m b/params_micro_hexapod.m index cdf9121..26167af 100644 --- a/params_micro_hexapod.m +++ b/params_micro_hexapod.m @@ -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();