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

Questions about using ros1_bridge in docker #400

Open
jmwang0117 opened this issue Apr 28, 2023 · 1 comment
Open

Questions about using ros1_bridge in docker #400

jmwang0117 opened this issue Apr 28, 2023 · 1 comment

Comments

@jmwang0117
Copy link

I installed ros1-noetic and ros2-galactic in two dockers respectively. I want ros1 to subscribe to the topic published by ros2, so I installed ros1_bridge, and I opened all ports of the two dockers, so don’t worry about the network or ports The problem is that the two dockers are on the same host.

Docker 1: ros-noetic Ubuntu 20.04
Docker 2: ros-galactic + ros-noetic Ubuntu 20.04
ROS_MASTER_URI=http://localhost:11311

T1: run roscore in Docker 1, everything is normal;
T2: Start ros1_bridge in Docker 2, and everything is normal; the premise is that ros noetic and ros galactic are installed in this Docker at the same time to compile and pass ros1_bridge;
T3: run talker and everything is normal;
T4: Run the listener and report an error: symbol look up error

Can anyone tell me how to fix this?

image
image

@quarkytale
Copy link
Contributor

Can you please share your Dockerfiles and source code to reproduce the issue, or preferably try with the official osrf/docker_images/galactic/ubuntu/focal/ros1-bridge image?

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

2 participants