81 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			81 lines
		
	
	
		
			2.4 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>
 | 
						|
<!-- 2021-01-08 ven. 15:30 -->
 | 
						|
<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="https://research.tdehaeze.xyz/css/style.css"/>
 | 
						|
<script type="text/javascript" src="https://research.tdehaeze.xyz/js/script.js"></script>
 | 
						|
<script>
 | 
						|
           MathJax = {
 | 
						|
             svg: {
 | 
						|
               scale: 1,
 | 
						|
               fontCache: "global"
 | 
						|
             },
 | 
						|
             tex: {
 | 
						|
               tags: "ams",
 | 
						|
               multlineWidth: "%MULTLINEWIDTH",
 | 
						|
               tagSide: "right",
 | 
						|
                       macros: {bm: ["\\boldsymbol{#1}",1],},
 | 
						|
               tagIndent: ".8em"
 | 
						|
             }
 | 
						|
           };
 | 
						|
           </script>
 | 
						|
           <script id="MathJax-script" async
 | 
						|
             src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.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="#org5d87fd3">1. Coupling</a></li>
 | 
						|
</ul>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="outline-container-org5d87fd3" class="outline-2">
 | 
						|
<h2 id="org5d87fd3"><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="orgd94ead3" 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: 2021-01-08 ven. 15:30</p>
 | 
						|
</div>
 | 
						|
</body>
 | 
						|
</html>
 |