ros-visualization / python_qt_binding

http://wiki.ros.org/python_qt_binding
BSD 3-Clause "New" or "Revised" License
34 stars 54 forks source link

rviz would not work on noetic and melodic because of the SIP bindings not working #121

Open natto1784 opened 1 year ago

natto1784 commented 1 year ago

rviz (the ros1 one), would not work because it only works on SIP; and SIP4, which is what this package seems to support for noetic and melodic (and apparently rolling and other recent distros as well), cannot work with recent libraries of pyqt5. There seem to be some drafted PRs for this. However, those are for the recent ROS2 distros. This issue aims to encourage backwards compatibility of these changes to noetic and possibly melodic as well. Note: Close this issue if it is fixed upstream before necessary (for now) patches are introduced here.

natto1784 commented 1 year ago

Or would it be better to ask for pyside2 support on the rviz1 repo?