Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rqt_bag error on kinetic #363

Closed
jgoppert opened this issue Apr 20, 2016 · 6 comments
Closed

rqt_bag error on kinetic #363

jgoppert opened this issue Apr 20, 2016 · 6 comments

Comments

@jgoppert
Copy link

$ rqt_bag
Traceback (most recent call last):
  File "/home/jgoppert/git/catkin/devel/bin/rqt_bag", line 6, in <module>
    exec(fh.read())
  File "<string>", line 5, in <module>
  File "/home/jgoppert/git/catkin/devel/lib/python2.7/dist-packages/rqt_bag/__init__.py", line 35, in <module>
    exec(__fh.read())
  File "<string>", line 35, in <module>
  File "/home/jgoppert/git/catkin/src/rqt_common_plugins/rqt_bag/src/rqt_bag/plugins/topic_message_view.py", line 34, in <module>
    from python_qt_binding.QtGui import QAction, QIcon, QToolBar
ImportError: cannot import name QAction
@dirk-thomas
Copy link
Contributor

The package has not yet been released into Kinetic yet (since it requires to be updated to work with Qt 5). You can follow the ongoing effort on the qt5 branch: https://github.com/ros-visualization/rqt_common_plugins/tree/qt5

@jgoppert
Copy link
Author

Great, thanks.

@jgoppert
Copy link
Author

I'll use that branch and try to give you some good feedback on qt5.

@dirk-thomas
Copy link
Contributor

dirk-thomas commented Apr 20, 2016

You will likely also need the latest changes on these repos:

@jgoppert
Copy link
Author

@dirk-thomas With those branches rqt_bag works for me and I'm able to replay and view images from a log file.

@dirk-thomas
Copy link
Contributor

Great to know. Are you using PyQt5 on Xenial?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants