Skip to content

Commit 5b5bd0c

Browse files
committed
Update documentation
1 parent 8b89ce0 commit 5b5bd0c

File tree

112 files changed

+12910
-2503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+12910
-2503
lines changed

_modules/index.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<li class="toctree-l1"><a class="reference internal" href="../intro.html">Introduction</a></li>
9595
<li class="toctree-l1"><a class="reference internal" href="../arm.html">Manipulator arms</a></li>
9696
<li class="toctree-l1"><a class="reference internal" href="../mobile.html">Mobile robots</a></li>
97+
<li class="toctree-l1"><a class="reference internal" href="../blocks.html">bdsim blocks</a></li>
9798
</ul>
9899

99100

@@ -160,10 +161,16 @@
160161
<h1>All modules for which code is available</h1>
161162
<ul><li><a href="roboticstoolbox/backends/PyPlot/PyPlot.html">roboticstoolbox.backends.PyPlot.PyPlot</a></li>
162163
<li><a href="roboticstoolbox/backends/PyPlot/PyPlot2.html">roboticstoolbox.backends.PyPlot.PyPlot2</a></li>
163-
<li><a href="roboticstoolbox/mobile/animations.html">roboticstoolbox.mobile.animations</a></li>
164-
<li><a href="roboticstoolbox/mobile/bug2.html">roboticstoolbox.mobile.bug2</a></li>
165-
<li><a href="roboticstoolbox/mobile/dx_form.html">roboticstoolbox.mobile.dx_form</a></li>
166-
<li><a href="roboticstoolbox/mobile/vehicle.html">roboticstoolbox.mobile.vehicle</a></li>
164+
<li><a href="roboticstoolbox/mobile/Animations.html">roboticstoolbox.mobile.Animations</a></li>
165+
<li><a href="roboticstoolbox/mobile/CurvaturePolyPlanner.html">roboticstoolbox.mobile.CurvaturePolyPlanner</a></li>
166+
<li><a href="roboticstoolbox/mobile/DistanceTransformPlanner.html">roboticstoolbox.mobile.DistanceTransformPlanner</a></li>
167+
<li><a href="roboticstoolbox/mobile/DstarPlanner.html">roboticstoolbox.mobile.DstarPlanner</a></li>
168+
<li><a href="roboticstoolbox/mobile/DubinsPlanner.html">roboticstoolbox.mobile.DubinsPlanner</a></li>
169+
<li><a href="roboticstoolbox/mobile/LatticePlanner.html">roboticstoolbox.mobile.LatticePlanner</a></li>
170+
<li><a href="roboticstoolbox/mobile/PRMPlanner.html">roboticstoolbox.mobile.PRMPlanner</a></li>
171+
<li><a href="roboticstoolbox/mobile/QuinticPolyPlanner.html">roboticstoolbox.mobile.QuinticPolyPlanner</a></li>
172+
<li><a href="roboticstoolbox/mobile/ReedsSheppPlanner.html">roboticstoolbox.mobile.ReedsSheppPlanner</a></li>
173+
<li><a href="roboticstoolbox/mobile/Vehicle.html">roboticstoolbox.mobile.Vehicle</a></li>
167174
<li><a href="roboticstoolbox/models/DH/Ball.html">roboticstoolbox.models.DH.Ball</a></li>
168175
<li><a href="roboticstoolbox/models/DH/Baxter.html">roboticstoolbox.models.DH.Baxter</a></li>
169176
<li><a href="roboticstoolbox/models/DH/Cobra600.html">roboticstoolbox.models.DH.Cobra600</a></li>
@@ -189,6 +196,7 @@ <h1>All modules for which code is available</h1>
189196
<li><a href="roboticstoolbox/models/DH/UR5.html">roboticstoolbox.models.DH.UR5</a></li>
190197
<li><a href="roboticstoolbox/models/ETS/Frankie.html">roboticstoolbox.models.ETS.Frankie</a></li>
191198
<li><a href="roboticstoolbox/models/ETS/GenericSeven.html">roboticstoolbox.models.ETS.GenericSeven</a></li>
199+
<li><a href="roboticstoolbox/models/ETS/Omni.html">roboticstoolbox.models.ETS.Omni</a></li>
192200
<li><a href="roboticstoolbox/models/ETS/Panda.html">roboticstoolbox.models.ETS.Panda</a></li>
193201
<li><a href="roboticstoolbox/models/ETS/Planar2.html">roboticstoolbox.models.ETS.Planar2</a></li>
194202
<li><a href="roboticstoolbox/models/ETS/Planar_Y.html">roboticstoolbox.models.ETS.Planar_Y</a></li>
@@ -218,6 +226,7 @@ <h1>All modules for which code is available</h1>
218226
<li><a href="roboticstoolbox/robot/ELink.html">roboticstoolbox.robot.ELink</a></li>
219227
<li><a href="roboticstoolbox/robot/ERobot.html">roboticstoolbox.robot.ERobot</a></li>
220228
<li><a href="roboticstoolbox/robot/ETS.html">roboticstoolbox.robot.ETS</a></li>
229+
<li><a href="roboticstoolbox/robot/KinematicCache.html">roboticstoolbox.robot.KinematicCache</a></li>
221230
<li><a href="roboticstoolbox/robot/Link.html">roboticstoolbox.robot.Link</a></li>
222231
<li><a href="roboticstoolbox/robot/Robot.html">roboticstoolbox.robot.Robot</a></li>
223232
<li><a href="roboticstoolbox/tools/trajectory.html">roboticstoolbox.tools.trajectory</a></li>
@@ -234,7 +243,7 @@ <h1>All modules for which code is available</h1>
234243
<p>
235244
&#169; Copyright 2020, Jesse Haviland and Peter Corke.
236245
<span class="lastupdated">
237-
Last updated on 07-Jun-2021.
246+
Last updated on 13-Sep-2021.
238247
</span>
239248

240249
</p>

_modules/roboticstoolbox/backends/PyPlot/PyPlot.html

Lines changed: 44 additions & 45 deletions
Large diffs are not rendered by default.

_modules/roboticstoolbox/backends/PyPlot/PyPlot2.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<li class="toctree-l1"><a class="reference internal" href="../../../../intro.html">Introduction</a></li>
9595
<li class="toctree-l1"><a class="reference internal" href="../../../../arm.html">Manipulator arms</a></li>
9696
<li class="toctree-l1"><a class="reference internal" href="../../../../mobile.html">Mobile robots</a></li>
97+
<li class="toctree-l1"><a class="reference internal" href="../../../../blocks.html">bdsim blocks</a></li>
9798
</ul>
9899

99100

@@ -170,6 +171,7 @@ <h1>Source code for roboticstoolbox.backends.PyPlot.PyPlot2</h1><div class="high
170171
<span class="kn">from</span> <span class="nn">roboticstoolbox.backends.Connector</span> <span class="kn">import</span> <span class="n">Connector</span>
171172
<span class="kn">from</span> <span class="nn">roboticstoolbox.backends.PyPlot.RobotPlot2</span> <span class="kn">import</span> <span class="n">RobotPlot2</span>
172173
<span class="kn">from</span> <span class="nn">roboticstoolbox.backends.PyPlot.EllipsePlot</span> <span class="kn">import</span> <span class="n">EllipsePlot</span>
174+
<span class="kn">import</span> <span class="nn">time</span>
173175

174176
<span class="n">_mpl</span> <span class="o">=</span> <span class="kc">False</span>
175177

@@ -229,6 +231,7 @@ <h1>Source code for roboticstoolbox.backends.PyPlot.PyPlot2</h1><div class="high
229231
<span class="c1"># Create a 2D axes</span>
230232
<span class="bp">self</span><span class="o">.</span><span class="n">ax</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">fig</span><span class="o">.</span><span class="n">add_subplot</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">1</span><span class="p">)</span>
231233
<span class="bp">self</span><span class="o">.</span><span class="n">ax</span><span class="o">.</span><span class="n">set_facecolor</span><span class="p">(</span><span class="s1">&#39;white&#39;</span><span class="p">)</span>
234+
<span class="n">plt</span><span class="o">.</span><span class="n">get_current_fig_manager</span><span class="p">()</span><span class="o">.</span><span class="n">set_window_title</span><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;Robotics Toolbox for Python (Figure </span><span class="si">{</span><span class="bp">self</span><span class="o">.</span><span class="n">ax</span><span class="o">.</span><span class="n">figure</span><span class="o">.</span><span class="n">number</span><span class="si">}</span><span class="s2">)&quot;</span><span class="p">)</span>
232235

233236
<span class="bp">self</span><span class="o">.</span><span class="n">ax</span><span class="o">.</span><span class="n">set_xbound</span><span class="p">(</span><span class="o">-</span><span class="mf">0.5</span><span class="p">,</span> <span class="mf">0.5</span><span class="p">)</span>
234237
<span class="bp">self</span><span class="o">.</span><span class="n">ax</span><span class="o">.</span><span class="n">set_ybound</span><span class="p">(</span><span class="o">-</span><span class="mf">0.5</span><span class="p">,</span> <span class="mf">0.5</span><span class="p">)</span>
@@ -535,7 +538,7 @@ <h1>Source code for roboticstoolbox.backends.PyPlot.PyPlot2</h1><div class="high
535538
<p>
536539
&#169; Copyright 2020, Jesse Haviland and Peter Corke.
537540
<span class="lastupdated">
538-
Last updated on 07-Jun-2021.
541+
Last updated on 13-Sep-2021.
539542
</span>
540543

541544
</p>

0 commit comments

Comments
 (0)