Weird rqt_graph when running turtlesim
I am going through the ROS tutorials and on the "Understanding Topics" tutorial in section 1.2.1 when I launch rqt_graph
I get this image:
It should be this:
(according to the tutorial)
my_turtle
was from the previous tutorial and I tried killing it with rosnode kill /my_turtle
but when I restarted rqt_graph
it didn't change. Any ideas as to why this is happening? Also why are there three turtlesim nodes besides the my_turtle
node, instead of two?