File: app_3d-rotation-converter.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 (30 lines) | stat: -rw-r--r-- 1,327 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
.. _app_3d_rotation-converter:

====================================================
Application: 3d-rotation-converter
====================================================

`3d-rotation-converter` is a GUI application to help visualizing relative 
3D poses (the mathematical group SO(3)) and to convert between different 
common parameterizations of rotations. Mathematical details on SO(3) 
parameterizations and transformations between them can be found in :cite:`besl1992method`.
For the C++ API for SO(3) and SE(3) in MRPT, see the `point and pose classes <group_poses_grp.html>`_
which belong to the library `mrpt-poses <group_mrpt_poses_grp.html>`_.

Launch the application with:

.. code-block:: bash

   3d-rotation-converter

.. note::
   An online version of this 3D rotation calculator is available `here <https://mrpt.github.io/webapp-demos/3d-rotation-converter.html>`_
   and runs directly on the browser (desktop or mobile device).

The following video tutorial summarizes its usage:

.. 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/YOe9Gz26DJg" frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
    </div>