************************* Software Package Overview ************************* Below the main software packages used for to the TriFinger robots are listed. See :ref:`install_software` on how to install them. Note that the installation will include some additional utility packages from the ODRI project. Below are only the packages that are specifically written for the TriFinger robots. | .. graphviz:: ../images/package_relationship.dot :align: center | - **robot_interfaces** --- [`source `__ | :doc:`docs `] Generic interface for the frontend-backend-system through which the user communicates with the robot. - **robot_fingers** --- [`source `__ | :doc:`docs `] Robot-specific driver implementations for using the TriFinger robots with the robot_interfaces framework. - **robot_properties_fingers** --- [`source `__ | :doc:`docs `] Contains the robot models (URDF and meshes) of all (Tri-)Finger robots. - **blmc_drivers** --- [`source `__ | :doc:`docs `] Low-level drivers for communicating with CAN-based robots of the ODRI project. - **trifinger_simulation** --- [`source `__ | :doc:`docs `] PyBullet simulation of the robots. This can also be used as stand-alone Python package. It provides an interface that is mostly identical to the one of the real robot (there are some differences, see the package documentation). - **trifinger_cameras** --- [`source `__ | :doc:`docs `] Driver for the Basler cameras that are used in the TriFingerPro boxes. Using the sensor interface of robot_interfaces. - **trifinger_object_tracking** --- [`source `__ | :doc:`docs `] Object tracking for the coloured cuboids that are, for example, used in the Real Robot Challenge. The object tracking is integrated into the camera driver, so this package contains a drop-in replacement for the driver of trifinger_cameras, which also provides the object pose in its observations. - **trifinger_singularity** --- [`source `__] Contains the definition files for the :ref:`Apptainer/Singularity ` images which can be used for building/running the software. Images are built and hosted on GitHub, see the README of the repository on how to pull them. Also see the README for a description of the different images that are provided. .. probably not list the below ones, just mention that there are more packages which are .. all cloned via treep. .. .. - cli_utils --- [`source `__] .. - googletest --- [`source `__] .. - mpi_cmake_modules --- [`source `__] .. - pybind11 --- [`source `__] .. - pybind11_opencv --- [`source `__] .. - real_time_tools --- [`source `__] .. - serialization_utils --- [`source `__] .. - shared_memory --- [`source `__] .. - signal_handler --- [`source `__] .. - time_series --- [`source `__] .. - yaml_utils --- [`source `__]