Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.01 KB

File metadata and controls

31 lines (23 loc) · 1.01 KB
github_url:https://github.com/UniversalRobots/Universal_Robots_Client_Library/blob/master/doc/architecture.rst

Library architecture

This library implements the bare communication protocols used to communicate with the robot, as well as a couple of standalone modules to directly use subsets of the library's functionality:

.. toctree::
   :maxdepth: 1

   architecture/dashboard_client
   architecture/reverse_interface
   architecture/rtde_client
   architecture/script_command_interface
   architecture/script_reader
   architecture/script_sender
   architecture/trajectory_point_interface
   architecture/ur_driver
   architecture/instruction_executor


Dataflow overview with UrDriver

The image below shows a rough architecture overview that should help developers to use the different modules present in this library. Note that this is an incomplete view on the classes involved.

architecture overview