1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-09 17:40:47 +02:00

Added a note to the realtime requirements together with a link to the setup guide as well as a note about the required ubuntu/ROS version

This commit is contained in:
Felix Mauch
2019-09-24 08:22:30 +00:00
committed by Lea Steffen
parent ee7e2c5dcb
commit 1eb8c07878

View File

@@ -67,6 +67,14 @@ This repository contains the new **ur_rtde_driver** and a couple of helper packa
controllers.
* **ur_rtde_driver**: The actual driver package.
## Requirements
This driver requires a system setup with ROS. It is recommended to use **Ubuntu 18.04 with ROS
melodic**, however using Ubuntu 16.04 with ROS kinetic should also work.
To make sure that robot control isn't affected by system latencies, it is highly recommended to use
a real-time kernel with the system. See the [real-time setup guide](ur_rtde_driver/doc/real_time.md)
on information how to set this up.
## Building
```bash