Remove Gravity for the Stewart platform model

This commit is contained in:
2020-10-13 15:01:42 +02:00
parent da9f3ed7ad
commit 96d036d936
9 changed files with 892 additions and 183 deletions

View File

@@ -686,6 +686,9 @@ This Matlab function is accessible [[file:gravimeter/pzmap_testCL.m][here]].
#+end_src
* Stewart Platform - Simscape Model
:PROPERTIES:
:header-args:matlab+: :tangle stewart_platform/simscape_model.m
:END:
** Matlab Init :noexport:ignore:
#+begin_src matlab :tangle no :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
<<matlab-dir>>
@@ -700,6 +703,10 @@ This Matlab function is accessible [[file:gravimeter/pzmap_testCL.m][here]].
addpath('stewart_platform/STEP');
#+end_src
#+begin_src matlab :eval no
addpath('STEP');
#+end_src
** Jacobian
First, the position of the "joints" (points of force application) are estimated and the Jacobian computed.
#+begin_src matlab
@@ -1292,6 +1299,9 @@ The obtained transmissibility in Open-loop, for the centralized control as well
[[file:figs/stewart_platform_simscape_cl_transmissibility.png]]
* Stewart Platform - Analytical Model
:PROPERTIES:
:header-args:matlab+: :tangle stewart_platform/analytical_model.m
:END:
** Matlab Init :noexport:ignore:
#+begin_src matlab :tangle no :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
<<matlab-dir>>