Add stewart platform model size

This commit is contained in:
2020-09-21 13:14:25 +02:00
parent 3972f2f2f6
commit 5256d1f595
2 changed files with 38 additions and 21 deletions

View File

@@ -462,6 +462,13 @@ The dynamics is identified from forces applied by each legs to the measured acce
G.OutputName = {'Ax', 'Ay', 'Az', 'Arx', 'Ary', 'Arz'};
#+end_src
#+begin_src matlab :results output replace
size(G)
#+end_src
#+RESULTS:
: State-space model with 6 outputs, 6 inputs, and 12 states.
Thanks to the Jacobian, we compute the transfer functions in the frame of the legs and in an inertial frame.
#+begin_src matlab
Gx = -G*inv(J');