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
Add noetic-eol specific instructions to installation sections (#760)
* Add noetic-eol specific instructions to installation sections covering
- ROS 1 is EOL
- Updates on how to build from source (rosdep)
- Reference to ROS-O
* Clarify the term "binary" and clearly state that ROS-O publishes binary packages
Co-authored-by: URJala <159417921+URJala@users.noreply.github.com>
> ROS 1 is End Of Life since end of May 2025. This repository isn't further developed anymore.
7
+
> Bugfixes may or may not be added to this repository. There are no further binary releases for any
8
+
> ROS 1 distribution from the ROS repositories. If you want to use a newer version than the last
9
+
> one released, please either build from source or use the binary packages from the [ROS-O
10
+
> project](https://github.com/ros-o).
11
+
4
12
Universal Robots have become a dominant supplier of lightweight, robotic manipulators for industry, as well as for scientific research and education. The Robot Operating System (ROS) has developed from a community-centered movement to a mature framework and quasi standard, providing a rich set of powerful tools for robot engineers and researchers, working in many different domains.
@@ -17,24 +25,24 @@ Developed in collaboration between:
17
25
[<imgheight="60"alt="Universal Robots A/S"src="ur_robot_driver/doc/resources/ur_logo.jpg">](https://www.universal-robots.com/) and
18
26
[<imgheight="60"alt="FZI Research Center for Information Technology"src="ur_robot_driver/doc/resources/fzi-logo_transparenz.png">](https://www.fzi.de).
This project has received funding from the European Union’s Horizon 2020
37
-
research and innovation programme under grant agreement no. 732287.
44
+
This project has received funding from the European Union’s Horizon 2020
45
+
research and innovation programme under grant agreement no. 732287.
38
46
39
47
40
48
## How to report an issue
@@ -43,7 +51,7 @@ Before creating an issue, please have a look at the [Troubleshooting section](#T
43
51
To create an issue on the [Issue Board](https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/new) please use the default template.
44
52
45
53
## How to get help
46
-
If you need help using this driver, please see the ROS-category in the [UR+ Developer Forum](https://forum.universal-robots.com/c/ros).
54
+
If you need help using this driver, please see the ROS-category in the [UR+ Developer Forum](https://forum.universal-robots.com/c/ros).
47
55
48
56
## Features
49
57
* Works for all **CB3 (with software version >= 3.14.3) and e-Series (software >= 5.9.4)** robots and uses the RTDE interface for communication, whenever possible.
@@ -105,6 +113,15 @@ noetic. If you want to use a UR robot arm with ROS 2, please see the
> ROS 1 is end of life since End of May 2025. Please consider switching to ROS 2 instead.
119
+
> The ROS noetic binary packages will not receive any updates anymore. Even if bugfixes are
120
+
> commited to this repository (or other packages), they will not end up in the ROS binary packages.
121
+
> However, the [ROS-O project](https://github.com/ros-o) builds binary packages for ROS 1. See
122
+
> their website for further information.
123
+
> Alternatively, you can build the driver from source (see below).
124
+
108
125
## Building from source
109
126
110
127
Before building from source make sure that you actually need to do that. We recommend you install the driver from its binary packages unless you want to join development and submit changes.
@@ -117,25 +134,16 @@ workspace. See The alternative build method below if you'd like to build the lib
0 commit comments