ros2 topic list
not displaying in Ubuntu 22.04
#211
Replies: 3 comments 5 replies
-
Hi @iansexton1! Sorry for the long premise, but I wanted to make it clear as not following it may lead to hard to debug problems. Besides the ROS 2 distribution, another critical configuration that affects ROS 2 remote communication is the choice of the ROS 2 Middleware (RMW). Thus, unless you manually modified the default RMWs, your setup is currently using two incompatible middlewares. On your Ubuntu 22.04 setup you can do the following
For the robot, you should connect to the webserver, go into the "Application" tab, select After you have set both RMWs to the same value, please try again to list all the topics using the following command:
The additional arguments I hope this fixes your problem! |
Beta Was this translation helpful? Give feedback.
-
Tried the H.0.0 firmware update, and I'm still having the same issue as the OP. The only topics listed are /parameter_events and /rosout. Notes:
One thing I did notice was that after rebooting the VM, the RMW was set back to cyclone. I changed the robot to also use cyclone, and still could only list the same 2 topics. |
Beta Was this translation helpful? Give feedback.
-
Hi Alberto,
Great info. I'll try all try all your suggestions.
Thanks!
Steve
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just downloaded Ubuntu 22.04 and going through the setup under "Install ROS 2 Humble with Create 3 Messages on an Ubuntu 22.04 Machine". I went through all the steps but once I got to the step where I typed "ros2 topic list" the only thing that returns is /parameter_events
/rosout
Im able to connect to the robot on the Python interface as well as ping its IP address in ubuntu but can't run any operations for the robot
Beta Was this translation helpful? Give feedback.
All reactions