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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Run `ros2 run ros1_bridge dynamic_bridge -- --help` for more options.
21
21
22
22
> ⚠️ **Important Compatibility Notice**
23
23
24
-
-`ros1_bridge`**requires ROS 1**, which has reached [end-of-life (EOL)](https://www.ros.org/reps/rep-0003.html#noetic-ninjemys-may-2020-may-2025) as of **May 2025** for ROS Noetic.
24
+
-`ros1_bridge`**requires ROS 1**, which has reached [end-of-life (EOL)](https://reps.openrobotics.org/rep-0003/#noetic-ninjemys-may-2020-may-2025) as of **May 2025** for ROS Noetic.
25
25
- Ubuntu **24.04 LTS** does **not support ROS 1**, and therefore is **not compatible** with `ros1_bridge`.
26
26
27
27
| Ubuntu Version | Supported ROS 1 Versions | Supported ROS 2 Versions |`ros1_bridge` Support |
@@ -61,7 +61,7 @@ To run the following examples you will also need these ROS 1 packages:
61
61
62
62
### Prerequisites for the examples in this file
63
63
64
-
In order to make the examples below portable between versions of ROS, we define two environment variables, `ROS1_INSTALL_PATH` and `ROS2_INSTALL_PATH`.
64
+
In order to make the examples below portable between versions of ROS, we define two environment variables, `ROS1_INSTALL_PATH` and `ROS2_INSTALL_PATH`.
65
65
These are defined as the paths to the installation location of their respective ROS versions.
66
66
67
67
If you installed Noetic in the default location, then the definition of `ROS1_INSTALL_PATH` will be `/opt/ros/noetic`.
0 commit comments