OHussain
Results
2
comments of
OHussain
@astridpetitjean > kinetic uses Qt5 whereas previous versions use Qt4, so I replaced to in the svo.widget.py file. Hey, I found this file, but don't fully understand what you mean...
@astridpetitjean I figured it out. For other who may need this, in the file rpg_svo/rqt_svo/src/rqt_svo/svo_widget.py you need to change the line: `from python_qt_binding.QtGui import QWidget` to `from python_qt_binding.QtWidgets import QWidget`...