Skip to content

Commit 7e735b8

Browse files
committed
Add docs from pypose/pypose
1 parent c2b30f7 commit 7e735b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/preview/pr/353/_modules/pypose/lietensor/convert/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ <h1>Source code for pypose.lietensor.convert</h1><div class="highlight"><pre>
10741074
<span class="w"> </span><span class="sa">r</span><span class="sd">&#39;&#39;&#39;</span>
10751075
<span class="sd"> Normalize the quaternion part of a ``LieTensor``, which has to be a Lie Group.</span>
10761076
<span class="sd"> If input is a Lie algebra, then do nothing and return the input tensor.</span>
1077-
<span class="sd"> If the quaternion parts are zeros, then initilize unit quaternions.</span>
1077+
<span class="sd"> If the quaternion parts are zeros, then initilize identity quaternions.</span>
10781078

10791079
<span class="sd"> The quaternion parts :math:`v` are normalized as</span>
10801080

docs/preview/pr/353/generated/pypose.quat2unit/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h1>pypose.quat2unit<a class="headerlink" href="#pypose-quat2unit" title="Permal
253253
<span class="sig-prename descclassname"><span class="pre">pypose.</span></span><span class="sig-name descname"><span class="pre">quat2unit</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">input</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">eps</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">1e-12</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/pypose/lietensor/convert/#quat2unit"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pypose.quat2unit" title="Permalink to this definition"></a></dt>
254254
<dd><p>Normalize the quaternion part of a <code class="docutils literal notranslate"><span class="pre">LieTensor</span></code>, which has to be a Lie Group.
255255
If input is a Lie algebra, then do nothing and return the input tensor.
256-
If the quaternion parts are zeros, then initilize unit quaternions.</p>
256+
If the quaternion parts are zeros, then initilize identity quaternions.</p>
257257
<p>The quaternion parts <span class="math">\(v\)</span> are normalized as</p>
258258
<div class="math">
259259
\[v = \frac{v}{\max(\lVert v \rVert_2, \epsilon)},

docs/preview/pr/353/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)