Skip to content

Commit

Permalink
fix wiki links (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: Aron Svastits <svastits1@gmail.com>
  • Loading branch information
Svastits and Aron Svastits authored Jan 4, 2024
1 parent 50df0cd commit 133601c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions doc/wiki/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ Note: The examples need user interaction in `rviz`, the `Next` button (`RvizVisu

## Detailed setup and startup instructions

[Instructions for industrial robots using KSS](KSS_RSI.md)
For more detailed information about the drivers, visit the dedicated wiki pages for [KSS](https://github.com/kroshu/kuka_drivers/wiki/KSS_RSI), [Sunrise](https://github.com/kroshu/kuka_drivers/wiki/Sunrise_FRI) or [iiQKA](https://github.com/kroshu/kuka_drivers/wiki/iiQKA_EAC) robots.

[Instructions for cobots using Sunrise](Sunrise_FRI.md)

[Instructions for cobots using iiQKA](iiQKA_EAC.md)

2 changes: 1 addition & 1 deletion doc/wiki/KSS_RSI.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Setup

#### Client side
It is recommended to use the driver on a real-time capable client machine (further information about setting up the PREEMPT_RT patch can be found [here](Realtime.md)).
It is recommended to use the driver on a real-time capable client machine (further information about setting up the PREEMPT_RT patch can be found [here](https://github.com/kroshu/kuka_drivers/wiki/Realtime)).

To set up the controller with WorkVisual (which is necessary if RSI is not yet installed), a Windows machine is also required.

Expand Down
2 changes: 1 addition & 1 deletion doc/wiki/Sunrise_FRI.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Setup

#### Client side
- It is recommended to use the driver on a real-time capable client machine (further information about setting up the PREEMPT_RT patch can be found [here](Realtime.md)).
- It is recommended to use the driver on a real-time capable client machine (further information about setting up the PREEMPT_RT patch can be found [here](https://github.com/kroshu/kuka_drivers/wiki/Realtime)).
- Set a fixed IP in the subnet of the controller for the real-time machine.

#### Controller side
Expand Down
2 changes: 1 addition & 1 deletion doc/wiki/iiQKA_EAC.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Setup

#### Client side
- It is recommended to use the driver on a real-time capable client machine (further information about setting up the PREEMPT_RT patch can be found [here](Realtime.md)).
- It is recommended to use the driver on a real-time capable client machine (further information about setting up the PREEMPT_RT patch can be found [here](https://github.com/kroshu/kuka_drivers/wiki/Realtime)).
- The driver depends on some KUKA-specific packages, which are only available with the real robot, therefore a mock mode is provided to enable trying out solutions with the same components running.
- By default, the mock libraries are used, this can be changed in the `CmakeLists.txt` file by setting `MOCK_KUKA_LIBS` to `FALSE` before building.
- Set a fixed IP in the subnet of the KONI interface for the real-time machine.
Expand Down

0 comments on commit 133601c

Please sign in to comment.