ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Plotting graph using QtOctave for C++/ROS-generated data

asked 2011-12-08 04:14:22 -0500

alfa_80 gravatar image

updated 2014-01-28 17:10:57 -0500

ngrennan gravatar image

I would like to use QtOctave in order to do the following:

  1. To plot a graph in which the values are published by a topic from another node.
  2. 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..

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-12-08 04:51:56 -0500

tfoote gravatar image

Have you tried rxplot?

edit flag offensive delete link more

Comments

With this rxplot, every variable has to be associated with topic, right? what if the variable that we want to plot is not associated with any topic, is there any way to plot it?
alfa_80 gravatar image alfa_80  ( 2011-12-08 05:10:35 -0500 )edit
It's relatively easy to publish what you want to plot to view it in rxplot. And from your description everything is published. In general dependencies like qtOctave are bad to bring into tools and libraries for they are usually heavy dependencies and not related to core functionality.
tfoote gravatar image tfoote  ( 2011-12-10 12:31:57 -0500 )edit
@tfoote: Thanks for the clarification.
alfa_80 gravatar image alfa_80  ( 2011-12-13 19:13:57 -0500 )edit

Question Tools

Stats

Asked: 2011-12-08 04:14:22 -0500

Seen: 864 times

Last updated: Dec 08 '11