Skip to content

Commit 4dd58f3

Browse files
committedSep 13, 2021
Merge branch 'future'
2 parents 963bb4b + f5d53d9 commit 4dd58f3

File tree

160 files changed

+17048
-5748
lines changed

Some content is hidden

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

160 files changed

+17048
-5748
lines changed
 

Diff for: ‎docs/source/arm_superclass.rst

+11-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,19 @@ The various models :ref:`E Models` all subclass this class.
1717
:show-inheritance:
1818
:inherited-members:
1919
:special-members: __getitem__
20+
21+
Kinematic cache
22+
---------------
23+
24+
.. automodule:: roboticstoolbox.robot.KinematicCache
25+
:members:
26+
:undoc-members:
27+
:show-inheritance:
28+
:inherited-members:
29+
:special-members: __init__
2030

2131
Link
22-
-------
32+
----
2333

2434
The ``ERobot`` is defined by a tree of ``ELink`` subclass objects.
2535

Diff for: ‎docs/source/blocks-arm.rst

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Robot manipulator blocks
2+
========================
3+
4+
.. image:: https://raw.githubusercontent.com/petercorke/bdsim/master/figs/BDSimLogo_NoBackgnd@2x.png
5+
:width: 300
6+
7+
.. automodule:: roboticstoolbox.blocks.arm
8+
:members:
9+
:undoc-members:
10+
:show-inheritance:
11+
:special-members: __init__
12+
:exclude-members: output, reset, step, start, done, deriv, nin, nout, inlabels, outlabels
13+

0 commit comments

Comments
 (0)