Skip to content

Commit

Permalink
Deployed 917517c with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-bachhuber committed Mar 8, 2024
1 parent 445b202 commit f6681dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -601,11 +601,11 @@


<p align="center">
<img src="https://raw.githubusercontent.com/SimiPixel/x_xy_v2/main/docs/img/icon.svg" height="200" />
<img src="https://raw.githubusercontent.com/SimiPixel/ring/main/docs/img/icon.svg" height="200" />
</p>

<h1 id="recurrent-inertial-graph-based-estimator-ring">Recurrent Inertial Graph-based Estimator (RING)<a class="headerlink" href="#recurrent-inertial-graph-based-estimator-ring" title="Permanent link">¤</a></h1>
<p><img src="https://raw.githubusercontent.com/SimiPixel/x_xy_v2/main/docs/img/coverage_badge.svg" height="20" /></p>
<p><img src="https://raw.githubusercontent.com/SimiPixel/ring/main/docs/img/coverage_badge.svg" height="20" /></p>
<h2 id="installation">Installation<a class="headerlink" href="#installation" title="Permanent link">¤</a></h2>
<p>Supports <code>Python=3.10/3.11/3.12</code> (tested).</p>
<p>Install with <code>pip</code> using</p>
Expand All @@ -625,7 +625,7 @@ <h4 id="offscreen-rendering-with-mujoco">Offscreen rendering with Mujoco<a class
<span class="n">os</span><span class="o">.</span><span class="n">environ</span><span class="p">[</span><span class="s2">&quot;MUJOCO_GL&quot;</span><span class="p">]</span> <span class="o">=</span> <span class="s2">&quot;egl&quot;</span>
</code></pre></div>
<h2 id="publications">Publications<a class="headerlink" href="#publications" title="Permanent link">¤</a></h2>
<p>The following publications utilize this software library, and refer to it as the <em>Random Chain Motion Generator (RCMG)</em> (more specifically the function <code>x_xy.build_generator</code>):</p>
<p>The following publications utilize this software library, and refer to it as the <em>Random Chain Motion Generator (RCMG)</em> (more specifically the function <code>ring.RCMG</code>):</p>
<ul>
<li><a href="https://ieeexplore.ieee.org/document/9841375"><em>RNN-based Observability Analysis for Magnetometer-Free Sparse Inertial Motion Tracking</em></a></li>
<li><a href="https://ieeexplore.ieee.org/document/10225275"><em>Plug-and-Play Sparse Inertial Motion Tracking With Sim-to-Real Transfer</em></a></li>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit f6681dc

Please sign in to comment.