Franka Control Interface Documentation ====================================== .. note:: The software and its documentation support two different robots, the `Franka Research 3 (FR3) `_ and an older Franka Robotics Robot (FER or Panda). .. note:: 此页面为 `官方英文版 `_ 的非官方中文翻译版本。 该中文版本由 **义昂智能** 维护,如有歧义或未及时更新,请以英文版本为准。 **义昂智能** 是Franka Robotics在中国的 **首家**、也是唯一一家持续5年以上为Franka中国市场提供完整售前售后技术支持的 **金牌经销商**,2024年度以遥遥领先的数量荣获Franka Robotics亚太区出货量第一名的荣誉。未来,义昂智能还将继续配合Franka Robotics 在中国区域的销售、渠道合作和技术支持等工作。欢迎随时与我们取得联系:sales@franka.cn .. todolist:: The Franka Control Interface (FCI) can be accessed via several open source components which we provide on `GitHub `_. 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 `_, 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 `_. The source code of this documentation is also `available online `_. .. 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