-
Notifications
You must be signed in to change notification settings - Fork 47
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
Not seeing ros2 topics on pc #493
Comments
Hi could you try running the docker image with also these two arguments --privileged --network=host and see if you can see topics in the container? |
@PrakritTyagi I ran this: "sudo docker run -it --privileged --network=host -v /Users/rohanchandra/Desktop/git/turtlebot4:/home/ubuntu/turtlebot4 --name turtlebot4_network tiryoh/ros2-desktop-vnc:humble" but it didn't work. This is what happens when I try to run it with those arguments: 2024-11-15 21:48:46 * enable custom user: ubuntu |
Robot Model
Turtlebot4 Lite
ROS distro
Humble
Networking Configuration
Discovery Server
OS
Ubuntu 22.04
Built from source or installed?
Installed
Package version
I'm not sure. I'm using the following docker image, which has ros2 humble installed already: https://github.com/Tiryoh/docker-ros2-desktop-vnc
Type of issue
Networking
Expected behaviour
I'm able to see all of the turtlebot4 and create3 topics on both my pc and on the raspberry pi
Actual behaviour
I'm able to see the turtlebot4 and create3 topics on the raspberry pi, but not on my pc
Error messages
To Reproduce
ros2 topic list
in the terminal on my pc (within the docker image)Other notes
No response
The text was updated successfully, but these errors were encountered: