ROS2 Topics Disappear After Connecting RPi to Network via Ethernet #439
Unanswered
briellelaw
asked this question in
Questions
Replies: 1 comment
-
Is your Pi/robot also connected to internet? My guess is when it's disconnected, your Pi is seeing the topics over internet. I've had an experience where if I connected my Pi via usb ethernet, sometimes it assigns a different usb number other than 0. If it read "usb device 0" in the logs, I was able to pull a full topic list over ethernet. If it read "usb device 3" (or some other number), I would not be able to see the topic list, but rebooting the robot helped. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you connecting to your Create 3?
USB Ethernet (ROS 2)
Computer(s) Model(s) and Operating System(s)
Raspberry Pi 4, Ubuntu 22.04
Which version of ROS 2 is installed on your computer?
Humble
Which firmware version is installed on your robot?
H.2.2
Which RMW is your robot running?
CycloneDDS
Does your robot have an assigned namespace? If so, please share.
No response
Is the robot connected to a network? If so, what is the network type?
No response
Are there multiple Create 3 robots connected to your network?
No
Is multicast enabled?
Yes
What is the Adapter Board's USB/BLE Toggle currently switched to?
USB
Describe your question.
My current setup:
Problem 1:
I run:
ros2 topic list --no-daemon --time-spin 10
I can only see all the ros topics when there is No network connection via ethernet.
Once I connect the Ethernet cable, I only see the following topics:
Beta Was this translation helpful? Give feedback.
All reactions