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

pyqtgraph not working in ROS Kinetic

asked 2016-06-14 08:53:13 -0500

maxikrie gravatar image

Hi All,

I am having issues with ROS Kinetic and pyqtgraph. After installation of pyqtgraph and rqt_plot fails to run with the following error

RuntimeError: the PyQt4.QtCore and PyQt5.QtCore modules both wrap the QObject class

Has anybody encountered this and found a solution to the problem?

Thanks, Max

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-08-02 17:52:39 -0500

bad_robot gravatar image

Be sure to install pyqtgraph using the latest github code. The .deb installer does not install correctly.

Download github branch.

cd into extracted folder.

run: python setup.py install

Now try running and setting the pyqtgraph option in rqt_plot.

Hope this helps, Eric H.

edit flag offensive delete link more

Comments

Thanks, this helped immediately.

maxikrie gravatar image maxikrie  ( 2016-08-05 08:19:09 -0500 )edit

Unfortunately it is broken again, does anybody know how to fix it?

maxikrie gravatar image maxikrie  ( 2016-11-29 05:31:19 -0500 )edit

Downloaded from git, installed (no errors), not working... Please anybody else?

robopo gravatar image robopo  ( 2017-03-19 13:36:00 -0500 )edit

still works, uninstall the package pyqtgraph from the system then install from the git repo.

Curt gravatar image Curt  ( 2018-04-30 15:42:33 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-06-14 08:53:13 -0500

Seen: 950 times

Last updated: Aug 02 '16