Franka Control Interface Documentation
======================================

.. note::

  The software and its documentation support two different robots, the
  `Franka Research 3 (FR3) <https://franka.de/research>`_ and an older Franka Robotics Robot (FER or Panda).

.. note::
  姝ら〉闈负 `瀹樻柟鑻辨枃鐗� <https://frankaemika.github.io/docs/>`_ 鐨勯潪瀹樻柟涓枃缈昏瘧鐗堟湰銆�
  璇ヤ腑鏂囩増鏈敱 **涔夋槀鏅鸿兘** 缁存姢锛屽鏈夋涔夋垨鏈強鏃舵洿鏂帮紝璇蜂互鑻辨枃鐗堟湰涓哄噯銆�
  
  **涔夋槀鏅鸿兘** 鏄疐ranka Robotics鍦ㄤ腑鍥界殑 **棣栧**銆佷篃鏄敮涓€涓€瀹舵寔缁�5骞翠互涓婁负Franka涓浗甯傚満鎻愪緵瀹屾暣鍞墠鍞悗鎶€鏈敮鎸佺殑 **閲戠墝缁忛攢鍟�**锛�2024骞村害浠ラ仴閬ラ鍏堢殑鏁伴噺鑽h幏Franka Robotics浜氬お鍖哄嚭璐ч噺绗竴鍚嶇殑鑽h獕銆傛湭鏉ワ紝涔夋槀鏅鸿兘杩樺皢缁х画閰嶅悎Franka Robotics
  鍦ㄤ腑鍥藉尯鍩熺殑閿€鍞€佹笭閬撳悎浣滃拰鎶€鏈敮鎸佺瓑宸ヤ綔銆傛杩庨殢鏃朵笌鎴戜滑鍙栧緱鑱旂郴锛歴ales@franka.cn

.. todolist::

The Franka Control Interface (FCI) can be accessed via several open source components which we
provide on `GitHub <https://github.com/frankaemika>`_. We welcome contributions and suggestions
for improvements.

These components are:

 * ``libfranka``, a C++ library that provides low-level control of Franka Robotics research robots.
   Its source code is available at https://github.com/frankaemika/libfranka. API documentation is
   available at https://frankaemika.github.io/libfranka.
 * ``franka_ros``, our `ROS integration <https://wiki.ros.org/franka_ros>`_, including support for
   ROS Control and MoveIt!. It also contains ``franka_description``, a collection of URDF models and
   3D meshes that can be useful outside of ROS.
   The repository is available at https://github.com/frankaemika/franka_ros.
 * ``franka_ros2`` The repository is available at https://github.com/frankaemika/franka_ros2.
 * ``Franka MATLAB庐`` provides a Simulink and a Matlab API, together with helper functions and tools,
   for rapid-prototyping in Real-Time on the Franka Robot"
   Franka MATLAB庐 artifacts can be obtained at `Franka World <https://franka.world/>`_.

The source code of this documentation is also `available online
<https://github.com/frankaemika/docs>`_.

.. important::
    Before you start using the FCI, please read through the documents shipped with the robot and
    the :doc:`requirements` chapter.

.. note::
    Using a robot with system version 4.2.0 or higher requires to enable the FCI mode. To do that
    open Desk -> expand the menu in the sidebar -> press `'Activate FCI'`. Further information
    about Single Point of Control (SPoC) can be found in the manual shipped with the robot.

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   overview
   requirements
   compatibility
   installation_linux
   getting_started
   libfranka
   franka_ros
   franka_ros2
   franka_matlab/index
   franka_matlab/franka_matlab_changelog
   control_parameters
   fr3-certification-remarks
   troubleshooting
   faq