You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run the cmd: rosrun rqt_svo rqt_svo,then met the problem:
then I use the cmd: rm ~/.config/ros.org/rqt_gui.ini
and the qusetion is still existence。
I have install libqt4-dev,qt4-qmake , and with ubuntu 16.04, ROS kinetic。
Someone says it should install Qt 5 on my computer, but I found that Ubuntu 16.04 LTS uses an independent system for controlling the Qt version, and it is QT4.
I do not know how to solve it. Please help me, thanks a lot.
The text was updated successfully, but these errors were encountered:
@gethubwy go to ws/src/rpg_svo/rqt_svo/src/rqt_svo/svo_widget.py and replace:
#from python_qt_binding.QtGui import QWidget # <= old line commented out
from python_qt_binding.QtWidgets import QWidget # <= new line added
when I run the cmd: rosrun rqt_svo rqt_svo,then met the problem:
then I use the cmd: rm ~/.config/ros.org/rqt_gui.ini
and the qusetion is still existence。
I have install libqt4-dev,qt4-qmake , and with ubuntu 16.04, ROS kinetic。
Someone says it should install Qt 5 on my computer, but I found that Ubuntu 16.04 LTS uses an independent system for controlling the Qt version, and it is QT4.
I do not know how to solve it. Please help me, thanks a lot.
The text was updated successfully, but these errors were encountered: