You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ libfranka: C++ Library for Franka Robotics Research Robots
24
24
:alt:docker build status
25
25
26
26
**libfranka** is a C++ library that provides low-level control of Franka Robotics research robots.
27
-
The `API References <https://frankarobotics.github.io/docs/libfranka/docs/api_references.html>`_ offers an overview of its capabilities,
27
+
The `API References <https://frankarobotics.github.io/docs/doc/libfranka/docs/api_references.html>`_ offers an overview of its capabilities,
28
28
while the `Franka Control Interface (FCI) documentation <https://frankarobotics.github.io/docs>`_ provides more information on setting up the robot and utilizing its features and functionalities.
29
29
30
-
To find the appropriate version to use, please refer to the `Robot System Version Compatibility <https://frankarobotics.github.io/docs/libfranka/docs/compatibility_with_images.html>`_.
30
+
To find the appropriate version to use, please refer to the `Robot System Version Compatibility <https://frankarobotics.github.io/docs/doc/libfranka/docs/compatibility_matrix.html>`_.
31
31
32
32
Key Features
33
33
------------
@@ -46,7 +46,7 @@ Before using **libfranka**, ensure your system meets the following requirements:
46
46
- Ubuntu 20.04 LTS (Focal Fossa)
47
47
- Ubuntu 22.04 LTS (Jammy Jellyfish)
48
48
- Ubuntu 24.04 LTS (Noble Numbat)
49
-
- `Linux with PREEMPT_RT patched kernel <https://frankarobotics.github.io/docs/libfranka/docs/real_time_kernel.html>`_ recommended for real-time control
49
+
- `Linux with PREEMPT_RT patched kernel <https://frankarobotics.github.io/docs/doc/libfranka/docs/real_time_kernel.html>`_ recommended for real-time control
50
50
51
51
**Build Tools** (for building from source):
52
52
- GCC 9 or later
@@ -497,9 +497,9 @@ After installation, configure your system for real-time control and run example
497
497
System Setup
498
498
^^^^^^^^^^^^
499
499
500
-
1. **Network configuration**: Follow `Minimum System and Network Requirements <https://frankarobotics.github.io/docs/libfranka/docs/system_requirements.html>`_
501
-
2. **Real-time kernel**: See `Setting up the Real-Time Kernel <https://frankarobotics.github.io/docs/libfranka/docs/real_time_kernel.html>`_
502
-
3. **Getting started**: Read the `Getting Started Manual <https://frankarobotics.github.io/docs/libfranka/docs/getting_started.html>`_
500
+
1. **Network configuration**: Follow `Minimum System and Network Requirements <https://frankarobotics.github.io/docs/doc/libfranka/docs/system_requirements.html>`_
501
+
2. **Real-time kernel**: See `Setting up the Real-Time Kernel <https://frankarobotics.github.io/docs/doc/libfranka/docs/real_time_kernel.html>`_
502
+
3. **Getting started**: Read the `Getting Started Manual <https://frankarobotics.github.io/docs/doc/libfranka/docs/getting_started.html>`_
503
503
504
504
Running Examples
505
505
^^^^^^^^^^^^^^^^
@@ -513,7 +513,7 @@ If you built from source, example programs are in the ``build/examples/`` direct
513
513
514
514
Replace ``<robot-ip>`` with your robot's IP address (e.g., ``192.168.1.1``).
515
515
516
-
For more examples, see the `Usage Examples documentation <https://frankarobotics.github.io/docs/libfranka/docs/usage_examples.html>`_.
516
+
For more examples, see the `Usage Examples documentation <https://frankarobotics.github.io/docs/doc/libfranka/docs/usage_examples.html>`_.
0 commit comments