Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove real_time installation guide from docs #1019

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions ur_robot_driver/doc/installation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Installation of the ur_robot_driver
You can either install this driver from binary packages as shown above or build it from source. We
recommend a binary package installation unless you want to join development and submit changes.

.. note::

Controlling the robot using ROS raises the requirement for strict cycle times. To achieve this,
we strongly recommend to use a lowlatency or even ``PREEMPT_RT``-patched kernel. See
:ref:`real time setup` for details on setting this up.

For the same reason we encourage users to use a direct network connection between the ROS pc and
the robot controller without a switch.

Install from binary packages
----------------------------

Expand Down
311 changes: 0 additions & 311 deletions ur_robot_driver/doc/installation/real_time.rst

This file was deleted.

1 change: 0 additions & 1 deletion ur_robot_driver/doc/installation/toc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This chapter explains how to install the ``ur_robot_driver``
:caption: Contents:

installation
real_time
robot_setup
install_urcap_cb3
install_urcap_e_series
Expand Down
Loading