File tree Expand file tree Collapse file tree 1 file changed +24
-5
lines changed Expand file tree Collapse file tree 1 file changed +24
-5
lines changed Original file line number Diff line number Diff line change 1
- URDF Robot models
2
- =================
1
+ ERobot models
2
+ =============
3
3
4
4
.. codeauthor :: Jesse Haviland
5
5
6
6
7
7
ERobot
8
- -------
8
+ ------
9
9
10
10
.. inheritance-diagram :: roboticstoolbox.ERobot
11
11
:top-classes: roboticstoolbox.Robot
@@ -37,8 +37,27 @@ The ``ERobot`` is defined by a tree of ``ELink`` subclass objects.
37
37
38
38
.. _E Models :
39
39
40
- Models
41
- ------
40
+ ERobot models
41
+ -------------
42
+
43
+ Defined using ETS
44
+ ^^^^^^^^^^^^^^^^^
45
+
46
+ A number of models are defined in terms of elementary transform sequences.
47
+ They can be listed by:
48
+
49
+ .. runblock :: pycon
50
+
51
+ >>> import roboticstoolbox as rtb
52
+ >>> rtb.models.list(mtype = " ETS" )
53
+
54
+ .. automodule :: roboticstoolbox.models.ETS
55
+ :members:
56
+ :undoc-members:
57
+ :show-inheritance:
58
+
59
+ Defined from URDF
60
+ ^^^^^^^^^^^^^^^^^
42
61
43
62
A number of models are defined in terms of Denavit-Hartenberg parameters, either
44
63
standard or modified. They can be listed by:
You can’t perform that action at this time.
0 commit comments