%%
run stewart_parameters.m
run stewart_init.m
[X, Y, Z] = getMaxPositions(Leg, J);
figure;
hold on;
mesh(X, Y, Z);
grid on;
colorbar;
hold off;