76 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 | 
						|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 | 
						|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 | 
						|
<head>
 | 
						|
<!-- 2020-08-05 mer. 13:27 -->
 | 
						|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 | 
						|
<title>Stewart Platform - Static Analysis</title>
 | 
						|
<meta name="generator" content="Org mode" />
 | 
						|
<meta name="author" content="Dehaeze Thomas" />
 | 
						|
<link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
 | 
						|
<link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/>
 | 
						|
<script src="./js/jquery.min.js"></script>
 | 
						|
<script src="./js/bootstrap.min.js"></script>
 | 
						|
<script src="./js/jquery.stickytableheaders.min.js"></script>
 | 
						|
<script src="./js/readtheorg.js"></script>
 | 
						|
<script>MathJax = {
 | 
						|
          tex: {
 | 
						|
            tags: 'ams',
 | 
						|
            macros: {bm: ["\\boldsymbol{#1}",1],}
 | 
						|
            }
 | 
						|
          };
 | 
						|
          </script>
 | 
						|
          <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<div id="org-div-home-and-up">
 | 
						|
 <a accesskey="h" href="./index.html"> UP </a>
 | 
						|
 |
 | 
						|
 <a accesskey="H" href="./index.html"> HOME </a>
 | 
						|
</div><div id="content">
 | 
						|
<h1 class="title">Stewart Platform - Static Analysis</h1>
 | 
						|
<div id="table-of-contents">
 | 
						|
<h2>Table of Contents</h2>
 | 
						|
<div id="text-table-of-contents">
 | 
						|
<ul>
 | 
						|
<li><a href="#orgc502e97">1. Coupling</a></li>
 | 
						|
</ul>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="outline-container-orgc502e97" class="outline-2">
 | 
						|
<h2 id="orgc502e97"><span class="section-number-2">1</span> Coupling</h2>
 | 
						|
<div class="outline-text-2" id="text-1">
 | 
						|
<p>
 | 
						|
What causes the coupling from \(F_i\) to \(X_i\) ?
 | 
						|
</p>
 | 
						|
 | 
						|
 | 
						|
<div id="org41430df" class="figure">
 | 
						|
<p><img src="figs/coupling.png" alt="coupling.png" />
 | 
						|
</p>
 | 
						|
<p><span class="figure-number">Figure 1: </span>Block diagram to control an hexapod</p>
 | 
						|
</div>
 | 
						|
 | 
						|
<p>
 | 
						|
There is no coupling from \(F_i\) to \(X_j\) if \(J^{-1} G J^{-T}\) is diagonal.
 | 
						|
</p>
 | 
						|
 | 
						|
<p>
 | 
						|
If \(G\) is diagonal (cubic configuration), then \(J^{-1} G J^{-T} = G J^{-1} J^{-T} = G (J^{T} J)^{-1} = G K^{-1}\)
 | 
						|
</p>
 | 
						|
 | 
						|
<p>
 | 
						|
Thus, the system is uncoupled if \(G\) and \(K\) are diagonal.
 | 
						|
</p>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
<div id="postamble" class="status">
 | 
						|
<p class="author">Author: Dehaeze Thomas</p>
 | 
						|
<p class="date">Created: 2020-08-05 mer. 13:27</p>
 | 
						|
</div>
 | 
						|
</body>
 | 
						|
</html>
 |