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

acenicks's profile - activity

2014-07-21 09:29:30 -0500 received badge  Teacher (source)
2014-07-18 15:12:56 -0500 edited answer rqt_plot on indigo under Ubuntu 14.04 missing files?

I had the same error:

> Traceback (most recent call last):  
> File
> "/opt/ros/indigo/lib/rqt_plot/rqt_plot",
> line 6, in <module>
>     from rqt_plot.plot import Plot   File
> "/opt/ros/indigo/lib/python2.7/dist-packages/rqt_plot/plot.py",
> line 43, in <module>
>     from .data_plot import DataPlot ImportError: No module named data_plot

I solved it with a very 'hacky' solution. I downloaded the github repository rqt_common_plugins which contains the source for rqt_plot. The link for this can be found on the rqt_plot roswiki page. From here I located the data_plot directory in that repository in:

rqt_common_plugins/rqt_plot/src/rqt_plot/

and copied it in the following directory on my system:

/opt/ros/indigo/lib/python2.7/dist-packages/rqt_plot/

The module seems to be working right now with this fix.

2014-07-18 12:29:05 -0500 received badge  Supporter (source)