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.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ This repository contains the new **ur_robot_driver** and a couple of helper pack
94
94
95
95
## Requirements
96
96
This driver requires a system setup with ROS. It is recommended to use **Ubuntu 18.04 with ROS
97
-
melodic**, however using Ubuntu 16.04 with ROS kinetic should also work.
97
+
melodic**, however using Ubuntu 20.04 with ROS noetic should also work.
98
98
99
99
To make sure that robot control isn't affected by system latencies, it is highly recommended to use
100
100
a real-time kernel with the system. See the [real-time setup guide](ur_robot_driver/doc/real_time.md)
@@ -165,6 +165,18 @@ $ catkin_make_isolated
165
165
$ source devel_isolated/setup.bash
166
166
```
167
167
168
+
### Note for noetic users
169
+
If you are using ROS noetic, make sure to also clone [`ur_msgs`](https://github.com/ros-industrial/ur_msgs) to your workspace as it is currently not released for ROS noetic (see https://github.com/ros-industrial/ur_msgs/issues/13).
0 commit comments