Error log
using ROS rqt visualization:
Could not import "pyqt" bindings of qt_gui_cpp library
The reason for the error
may be that the pyqt version is older or not installed.
pip install pydot pyqt5
Problem solving
Error log
using ROS rqt visualization:
Could not import "pyqt" bindings of qt_gui_cpp library
The reason for the error
may be that the pyqt version is older or not installed.
pip install pydot pyqt5
Problem solving