Is it possible to start rxgraph or rxplot via roslaunch ...
or do I have to execute this tools separately?
Thanks for your effort and help
Bes wishes
Poseidonius
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
or do I have to execute this tools separately?
Thanks for your effort and help
Bes wishes
Poseidonius
You can execute rxplot
from a launch file by adding something like this:
<node pkg="rxtools" type="rxplot" name="plot_speed"
args="/odom/twist/twist/linear/x" />
I don't know how to execute rxgraph
like that. Maybe we should open a defect ticket.
Hi joq,
Thanks for your help! But I have got an error message
Traceback (most recent call last): File "/home/eos/ros/rx/rxtools/nodes/rxplot", line 38, in <module> import rxtools.rxplot_main File "/home/eos/ros/rx/rxtools/src/rxtools/rxplot_main.py", line 47, in <module> import rxtools.rxplot File "/home/eos/ros/rx/rxtools/src/rxtools/rxplot.py", line 62, in <module> from matplotlib.backends.backend_wxagg import \ ImportError: No module named backend_wxagg
when I integrated rxplot into my launch file. What I have to do? I use a Fedora with Python 2.7
Best wishes from Germany
Poseidonius
Asked: 2011-04-21 13:28:56 -0600
Seen: 909 times
Last updated: Jul 15 '11