add stifness in hexapod symetrie

This commit is contained in:
Adrien Jublan 2018-04-12 14:16:58 +02:00
parent 60d80f04db
commit 340623aad3
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -37,7 +37,10 @@ rz = updateDamping(rz);
%% Hexapod Symétrie
hexapod = struct();
hexapod.m = smiData.Solid(16).mass;
hexapod.k.ax = (138e6)*1.2; %z
hexapod.ksi.ax = 10;
hexapod = updateDamping(hexapod);
%% NASS
n = struct();