Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No executable found ros1_bridge on Ubuntu 20.04 with ROS2 Humble and ROS Noetic #427

Open
pratheekkerthivenkata opened this issue Jan 7, 2024 · 0 comments

Comments

@pratheekkerthivenkata
Copy link

Unable to start Ros1 Bridge

Required Info:

  • Operating System:
    • Ubuntu 20.04
    • ROS2 Humble
    • ROS Noetic
  • Installation type:
    • ROS2 Humble: From Source
    • ROS Noetic using apt repository "ros-noetic-desktop-full"
  • Version or commit hash:
    • ros1_bridge master branch

Steps to reproduce issue

# 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
. ~/ros1_bridge/install/local_setup.bash

Expected behavior

  • The program will start outputting the currently available topics in ROS 1 and ROS 2 in a regular interval as mentioned in the repo.

Actual behavior

No executable found

Additional information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant