-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I have example code for explain my issue here
First run $ bokeh serve sliders.py at my command prompt. Then navigate to the URL http://localhost:5006/sliders in my browser.
I would to do with simple pub from ros to pyros to bokeh plot with command
$ rostopic pub /topic_line_color std_msgs/String "data: 'red'" -1 to change the line color to red and
$ rostopic pub /topic_line_color std_msgs/String "data: 'green'" -1 to change to the back green one
It's work but after I would to refresh my browser for once so I pub with the same command but nothings change.
Question?
I think about the node has been created with the same name, then what I should do to solve this.
help me! I hope my question is clear for you, please give me some advice. Thank you.