Skip to content

Commit 611755f

Browse files
authored
Fix REP url locations (#463)
Signed-off-by: Tim Clephas <tim.clephas@nobleo.nl>
1 parent 07dc1f6 commit 611755f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Run `ros2 run ros1_bridge dynamic_bridge -- --help` for more options.
2121

2222
> ⚠️ **Important Compatibility Notice**
2323
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.
2525
- Ubuntu **24.04 LTS** does **not support ROS 1**, and therefore is **not compatible** with `ros1_bridge`.
2626

2727
| 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:
6161

6262
### Prerequisites for the examples in this file
6363

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`.
6565
These are defined as the paths to the installation location of their respective ROS versions.
6666

6767
If you installed Noetic in the default location, then the definition of `ROS1_INSTALL_PATH` will be `/opt/ros/noetic`.

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The mapping can optionally only define ``request_fields_1_to_2`` or ``response_f
152152
How does the bridge know about custom interfaces?
153153
-------------------------------------------------
154154

155-
The ROS 1 and ROS 2 packages need to be in separate workspaces, so that each workspace can be sourced with its correponding ROS version.
155+
The ROS 1 and ROS 2 packages need to be in separate workspaces, so that each workspace can be sourced with its corresponding ROS version.
156156
The bridge should be in its own workspace, as it will need to source both ROS 1 and ROS 2 versions.
157157

158158
Example workspace setup

0 commit comments

Comments
 (0)