Skip to content

Commit 86df657

Browse files
committed
Deploying to gh-pages from @ f125e80 🚀
1 parent 0000d28 commit 86df657

16 files changed

+4440
-10
lines changed

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

.doctrees/index.doctree

20 Bytes
Binary file not shown.

_modules/figaroh/tools/load_robot.html

Lines changed: 561 additions & 0 deletions
Large diffs are not rendered by default.

_modules/figaroh/tools/qrdecomposition.html

Lines changed: 354 additions & 0 deletions
Large diffs are not rendered by default.

_modules/figaroh/tools/randomdata.html

Lines changed: 277 additions & 0 deletions
Large diffs are not rendered by default.

_modules/figaroh/tools/regressor.html

Lines changed: 584 additions & 0 deletions
Large diffs are not rendered by default.

_modules/figaroh/tools/robot.html

Lines changed: 378 additions & 0 deletions
Large diffs are not rendered by default.

_modules/figaroh/tools/robotcollisions.html

Lines changed: 406 additions & 0 deletions
Large diffs are not rendered by default.

_modules/figaroh/tools/robotvisualization.html

Lines changed: 408 additions & 0 deletions
Large diffs are not rendered by default.

_modules/index.html

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
2+
3+
<!DOCTYPE html>
4+
<html class="writer-html5" lang="en" data-content_root="../">
5+
<head>
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>Overview: module code &mdash; figaroh 0.1.0 documentation</title>
9+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" />
10+
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=e59714d7" />
11+
12+
13+
<link rel="canonical" href="https://thanhndv212.github.io/figaroh/_modules/index.html" />
14+
<script src="../_static/jquery.js?v=5d32c60e"></script>
15+
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16+
<script src="../_static/documentation_options.js?v=01f34227"></script>
17+
<script src="../_static/doctools.js?v=9bcbadda"></script>
18+
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
19+
<script src="../_static/js/theme.js"></script>
20+
<link rel="index" title="Index" href="../genindex.html" />
21+
<link rel="search" title="Search" href="../search.html" />
22+
</head>
23+
24+
<body class="wy-body-for-nav">
25+
<div class="wy-grid-for-nav">
26+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
27+
<div class="wy-side-scroll">
28+
<div class="wy-side-nav-search" style="background: #2980B9" >
29+
30+
31+
32+
<a href="../index.html" class="icon icon-home">
33+
figaroh
34+
</a>
35+
<div role="search">
36+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
37+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
38+
<input type="hidden" name="check_keywords" value="yes" />
39+
<input type="hidden" name="area" value="default" />
40+
</form>
41+
</div>
42+
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
43+
<p class="caption" role="heading"><span class="caption-text">Getting Started:</span></p>
44+
<ul>
45+
<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Getting Started</a></li>
46+
</ul>
47+
<p class="caption" role="heading"><span class="caption-text">Core Modules:</span></p>
48+
<ul>
49+
<li class="toctree-l1"><a class="reference internal" href="../modules/calibration.html">Calibration</a></li>
50+
<li class="toctree-l1"><a class="reference internal" href="../modules/identification.html">Identification</a></li>
51+
</ul>
52+
<p class="caption" role="heading"><span class="caption-text">Tools and Utilities:</span></p>
53+
<ul>
54+
<li class="toctree-l1"><a class="reference internal" href="../modules/tools.html">Tools</a></li>
55+
<li class="toctree-l1"><a class="reference internal" href="../modules/utils.html">Utilities</a></li>
56+
<li class="toctree-l1"><a class="reference internal" href="../modules/measurements.html">Measurements</a></li>
57+
<li class="toctree-l1"><a class="reference internal" href="../modules/visualisation.html">Visualisation</a></li>
58+
</ul>
59+
<p class="caption" role="heading"><span class="caption-text">Advanced Features:</span></p>
60+
<ul>
61+
<li class="toctree-l1"><a class="reference internal" href="../modules/optimal.html">figaroh.optimal package</a></li>
62+
</ul>
63+
64+
</div>
65+
</div>
66+
</nav>
67+
68+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" style="background: #2980B9" >
69+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
70+
<a href="../index.html">figaroh</a>
71+
</nav>
72+
73+
<div class="wy-nav-content">
74+
<div class="rst-content">
75+
<div role="navigation" aria-label="Page navigation">
76+
<ul class="wy-breadcrumbs">
77+
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
78+
<li class="breadcrumb-item active">Overview: module code</li>
79+
<li class="wy-breadcrumbs-aside">
80+
</li>
81+
</ul>
82+
<hr/>
83+
</div>
84+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
85+
<div itemprop="articleBody">
86+
87+
<h1>All modules for which code is available</h1>
88+
<ul><li><a href="figaroh/tools/load_robot.html">figaroh.tools.load_robot</a></li>
89+
<li><a href="figaroh/tools/qrdecomposition.html">figaroh.tools.qrdecomposition</a></li>
90+
<li><a href="figaroh/tools/randomdata.html">figaroh.tools.randomdata</a></li>
91+
<li><a href="figaroh/tools/regressor.html">figaroh.tools.regressor</a></li>
92+
<li><a href="figaroh/tools/robot.html">figaroh.tools.robot</a></li>
93+
<li><a href="figaroh/tools/robotcollisions.html">figaroh.tools.robotcollisions</a></li>
94+
<li><a href="figaroh/tools/robotvisualization.html">figaroh.tools.robotvisualization</a></li>
95+
</ul>
96+
97+
</div>
98+
</div>
99+
<footer>
100+
101+
<hr/>
102+
103+
<div role="contentinfo">
104+
<p>&#169; Copyright 2021-2025, Thanh Nguyen.</p>
105+
</div>
106+
107+
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
108+
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
109+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
110+
111+
112+
</footer>
113+
</div>
114+
</div>
115+
</section>
116+
</div>
117+
<script>
118+
jQuery(function () {
119+
SphinxRtdTheme.Navigation.enable(true);
120+
});
121+
</script>
122+
123+
</body>
124+
</html>

0 commit comments

Comments
 (0)