Robotics StackExchange | Archived questions

ros2 node list empty and ros2 topic list returns only /parameter_events and /rosout

I installed ROS 2 Galactic on my PC with Ubuntu Focal following the Ubuntu (Debian) Installation instruction.

I then installed turtlesim and called ros2 run turtlesim turtlesim_node and successfully open the simulation window.

I installed rqt and called rqt_graph and I can see the /turtlesim node and related topics such as /turtle1/cmd_vel.

Now, when I call ros2 node list, it returns nothing, and when I call ros2 topic list, there are only /parameter_events and /rosout.

Asked by strueberry on 2023-04-24 18:25:21 UTC

Comments

Answers

I have similar issue. but difference is I can't see /turtlesim node and related topics in rqt also although called ros2 run turtlesim turtlesim_node and successfully open the simulation window..

Asked by rosi_ on 2023-07-09 08:47:39 UTC

Comments