fkie / multimaster_fkie

ROS stack with FKIE packages for multi-robot (discovering, synchronizing and management GUI)
BSD 3-Clause "New" or "Revised" License
268 stars 108 forks source link

node_manager on Ubuntu 16.04 and ROS Kinetic #39

Closed rikba closed 8 years ago

rikba commented 8 years ago

Hi, I checked out the kinetic-devel branch and built it successfully within my catkin workspace.

On startup the node_manager crashes. Maybe due to the change from qt4 to qt5 in ROS kinetic? Here is the error message I get:

Traceback (most recent call last): File "/home/rikba/catkin_ws/devel/bin/node_manager", line 6, in exec(fh.read()) File "", line 4, in File "/home/rikba/catkin_ws/devel/lib/python2.7/dist-packages/node_manager_fkie/init.py", line 35, in exec(__fh.read()) File "", line 46, in File "/home/rikba/catkin_ws/src/node_manager/node_manager_fkie/src/node_manager_fkie/master_view_proxy.py", line 54, in from node_manager_fkie.detailed_msg_box import WarningMessageBox, DetailedError File "/home/rikba/catkin_ws/src/node_manager/node_manager_fkie/src/node_manager_fkie/detailed_msg_box.py", line 48, in class WarningMessageBox(QtGui.QMessageBox): AttributeError: 'module' object has no attribute 'QMessageBox'

Is there any update to be expected soon?

Thanks.

atiderko commented 8 years ago

Hi,

I will take a look next week...

atiderko commented 8 years ago

I fixed the include errors for qt5. I hope, I found all compatibility issues..

rikba commented 8 years ago

Thanks. Seems to be working now.