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
Do not source the ROS distros after installation!!
Clone the ros1_bridge using the following commands
# Create a workspace for the ros1_bridge
mkdir -p ~/ros1_bridge/src
cd ~/ros1_bridge/src
git clone https://github.com/ros2/ros1_bridge
cd ~/ros1_bridge
# Source the ROS 2 workspace
. ~/ros2_humble/install/local_setup.bash
# Build
colcon build --symlink-install
Source the installed ros1_bridge using the following command
Unable to start Ros1 Bridge
Required Info:
Steps to reproduce issue
https://docs.ros.org/en/humble/Installation/Alternatives/Ubuntu-Development-Setup.html
https://wiki.ros.org/noetic/Installation/Ubuntu
https://github.com/ros2/ros1_bridge?tab=readme-ov-file#example-1-run-the-bridge-and-the-example-talker-and-listener
Expected behavior
Actual behavior
Additional information
The text was updated successfully, but these errors were encountered: