2019-03-22 12:03:59 +01:00
|
|
|
#+TITLE: Stewart Platform Studies
|
2019-03-21 15:56:28 +01:00
|
|
|
:DRAWER:
|
|
|
|
#+STARTUP: overview
|
|
|
|
|
|
|
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="css/htmlize.css"/>
|
|
|
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="css/readtheorg.css"/>
|
|
|
|
#+HTML_HEAD: <script src="js/jquery.min.js"></script>
|
|
|
|
#+HTML_HEAD: <script src="js/bootstrap.min.js"></script>
|
|
|
|
#+HTML_HEAD: <script type="text/javascript" src="js/jquery.stickytableheaders.min.js"></script>
|
|
|
|
#+HTML_HEAD: <script type="text/javascript" src="js/readtheorg.js"></script>
|
|
|
|
|
|
|
|
#+LATEX_CLASS: cleanreport
|
|
|
|
#+LaTeX_CLASS_OPTIONS: [tocnp, secbreak, minted]
|
2019-03-22 12:03:59 +01:00
|
|
|
#+LaTeX_HEADER: \usepackage{svg}
|
2019-03-21 15:56:28 +01:00
|
|
|
#+LaTeX_HEADER: \newcommand{\authorFirstName}{Thomas}
|
|
|
|
#+LaTeX_HEADER: \newcommand{\authorLastName}{Dehaeze}
|
|
|
|
#+LaTeX_HEADER: \newcommand{\authorEmail}{dehaeze.thomas@gmail.com}
|
|
|
|
|
|
|
|
#+PROPERTY: header-args:matlab :session *MATLAB*
|
|
|
|
#+PROPERTY: header-args:matlab+ :comments org
|
|
|
|
#+PROPERTY: header-args:matlab+ :exports both
|
|
|
|
#+PROPERTY: header-args:matlab+ :eval no-export
|
|
|
|
#+PROPERTY: header-args:matlab+ :output-dir figs
|
|
|
|
#+PROPERTY: header-args:matlab+ :mkdirp yes
|
|
|
|
:END:
|
|
|
|
|
2019-03-22 12:03:59 +01:00
|
|
|
* Simscape Model
|
|
|
|
- [[file:simscape-model.org][Model of the Stewart Platform]]
|
2019-03-25 18:12:43 +01:00
|
|
|
- [[file:identification.org][Identification of the Simscape Model]]
|
2019-03-21 15:56:28 +01:00
|
|
|
|
2019-03-22 12:03:59 +01:00
|
|
|
* Architecture Study
|
|
|
|
- [[file:kinematic-study.org][Kinematic Study]]
|
|
|
|
- [[file:stiffness-study.org][Stiffness Matrix Study]]
|
|
|
|
- Jacobian Study
|
2019-03-25 18:12:43 +01:00
|
|
|
- [[file:cubic-configuration.org][Cubic Architecture]]
|
2019-03-21 15:56:28 +01:00
|
|
|
|
2019-03-22 12:03:59 +01:00
|
|
|
* Motion Control
|
|
|
|
- Active Damping
|
|
|
|
- Inertial Control
|
|
|
|
- Decentralized Control
|