Skip to content

Commit 2e5acbe

Browse files
committed
Fix ros1_bridge naming
Signed-off-by: Ryan Friedman <[email protected]>
1 parent 4989e73 commit 2e5acbe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ros/humble/ubuntu/focal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
cd ros-core
66
docker build . -t ros:humble-ros-core-focal
77

8-
# Install ROS 1 binaries and then build the rosbridge with colcon.
8+
# Install ROS 1 binaries and then build the ros1_bridge with colcon.
99
cd ../ros1-bridge
1010
docker build . -t ros:humble-ros1-bridge-focal
1111
dit ros:humble-ros1-bridge-focal

ros/humble/ubuntu/focal/ros-core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Usage:
33
# docker build . -t ros:humble-ros-core-focal
44
#
5-
# Documentation for rosbridge setup: https://github.com/ros2/ros1_bridge?tab=readme-ov-file#building-the-bridge-from-source
5+
# Documentation for ros1_bridge setup: https://github.com/ros2/ros1_bridge?tab=readme-ov-file#building-the-bridge-from-source
66

77
# We use focal becaue ROS 1 can be installed with binaries,
88
# and ROS 2 humble supports compilation as a Tier 3 platform per REP-2000.

ros/humble/ubuntu/focal/ros1-bridge/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ RUN apt-get update && \
5050
# Build all custom messge packages here in the right order.
5151
RUN . /opt/ros/humble/setup.sh && colcon build --packages-up-to ${CUSTOM_MSG_PKGS}
5252

53-
# Source the local workspace then build just the rosbridge.
53+
# Source the local workspace then build just the ros1_bridge.
5454
# This links to all the other message packages at build time.
55-
# Order of sourcing is VERY picky and NOT clear in the rosbridge README.
55+
# Order of sourcing is VERY picky and NOT clear in the ros1_bridge README.
5656
# https://github.com/ros2/ros1_bridge?tab=readme-ov-file#building-the-bridge-from-source
5757
# This shows the source order with custom workspaces
5858
# https://github.com/jayprajapati009/ros1_bridge_tutorial?tab=readme-ov-file#ros1_bridge-setup

0 commit comments

Comments
 (0)