File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55cd ros-core
66docker 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.
99cd ../ros1-bridge
1010docker build . -t ros:humble-ros1-bridge-focal
1111dit ros:humble-ros1-bridge-focal
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ RUN apt-get update && \
5050# Build all custom messge packages here in the right order.
5151RUN . /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
You can’t perform that action at this time.
0 commit comments