Plotting graph using QtOctave for C++/ROS-generated data
I would like to use QtOctave in order to do the following:
- To plot a graph in which the values are published by a topic from another node.
- To plot a graph for any published messages or variables.
Anyway, my written code is in C++. Is there any way that we can realize this using QtOctave and C++ running ROS? Hopefully, somebody who is familiar with this tool can guide me on this..