File: app_robotic-arm-kinematics.rst

package info (click to toggle)
mrpt 1%3A2.5.8%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 87,448 kB
  • sloc: cpp: 551,662; ansic: 38,702; xml: 3,914; python: 2,547; sh: 404; makefile: 237
file content (36 lines) | stat: -rw-r--r-- 1,505 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.. _app_robotic-arm-kinematics:

====================================================
Application: robotic-arm-kinematics
====================================================


1. Description
----------------

This graphical application allows creating models of robotic manipulators by
introducing the corresponding Denavit-Hartenberg (DH) parameters.
It is a useful tool for teaching and learning the basics of robotic arm kinematics.
As the rest of MRPT applications, it is included in source and binary packages in
the download page.

The main C++ class behind this app is `mrpt::kinematics::CKinematicChain <class_mrpt_kinematics_CKinematicChain.html>`_

2. Video tutorials
-------------------

This video demonstrates the program in action and explains the meaning of the DH parameters:

.. raw:: html

    <div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
        <iframe src="https://www.youtube.com/embed/FO4v1gQNwIY" frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
    </div>

And this is another version with subtitles in Spanish:

.. raw:: html

    <div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
          <iframe src="https://www.youtube.com/embed/pvNTsFDbrFI" frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
    </div>