pycram.process_modules.donbot_process_modules
=============================================

.. py:module:: pycram.process_modules.donbot_process_modules


Classes
-------

.. autoapisummary::

   pycram.process_modules.donbot_process_modules.DonbotMoveHead
   pycram.process_modules.donbot_process_modules.DonbotManager


Module Contents
---------------

.. py:class:: DonbotMoveHead

   Bases: :py:obj:`DefaultMoveHead`


   Moves the head of the iai_donbot robot to look at a specified point in the world coordinate frame.
   This point can be a position or an object, and the orientation is calculated based on the
   robot's base and camera alignment.


   .. py:method:: _execute(desig)


.. py:class:: DonbotManager

   Bases: :py:obj:`DefaultManager`


   .. py:attribute:: robot_name
      :value: 'iai_donbot'



   .. py:method:: looking()


