8000 Update README.md · yobzhuu/robotics-toolbox-python@d42d8bd · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit d42d8bd

Browse files
authored
Update README.md
1 parent 44e5457 commit d42d8bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboticstoolbox/models/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
There are three types of model supported by the Toolbox, and all are subclasses of the abstract `Robot` superclass.
1+
The Toolbox supports three types of model. Each is represented by a distinct class which inherits from the abstract `Robot` superclass.
22

33
* [Denavit-Hartenberg (DH) models](roboticstoolbox/models/DH). These are defined using standard or modified DH parameters, with optional 3D meshes for visualisation and optional dynamic parameters.
44
* [ETS models](roboticstoolbox/models/ETS). There are defined using a sequence of elementary transformations (rotation and translations), and is a quick and intuitive way to describe a robot, see [this article](https://petercorke.com/robotics/a-simple-and-systematic-approach-to-assigning-denavit-hartenberg-parameters/).
55
* [URDF mode 4D1B ls](roboticstoolbox/models/URDF). These models are defined by a Unified Robot Description Format file, an XML format file. Models exist for the classic Puma560 robot as well as the Franka-Emika Panda, the Universal robotics range and all the Interbotix hobby-class robots.
66

77
In each folder you will find a README describing how to create your own model.
88

9-
If you think your model might be interesting to others consider submitting a pull request.
9+
If you think your model might be interesting to others consider submitting a pull request.

0 commit comments

Comments
 (0)
0