rqt_plot not publishing showing anything
rqt_plot not publishing anything even thought there is data being published on the topic "mytopic". When I do rostopic echo /mytopic
I get continious output with parameters changing given as follows(just posted a script out of the big output I am getting) :
id: 3
vs: 4
-
id: 10
vs: 1
-
id: 13
vs: 6
-
id: 18
vs: 1
-
id: 19
vs: 1
-
id: 21
vs: 8
-
id: 27
vs: 1
-
id: 31
vs: 1
However when I do rosrun rqt_plot rqt_plot /mytopic nothing is ouputted. Can somebody help me with this.
What data types are the members of your topic? Are they numeric?