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

Dependency on python-qt #22

Closed fmina closed 9 years ago

fmina commented 9 years ago

Hi, When we start to discover the master on remote host we get python error stating that the python-qt-buinding module is not existing. However we have limited storage on the robot and we want to avoid installing python-qt. Is the dependency on python-qt necessary even on the robot? We tried to start only master-discovery on the robot and the node_manager discovered the robot, but same issue happens when we start a node for instance.

Thank you

atiderko commented 9 years ago

Hi, to run nodes on remote hosts from node_manager we use scripts in scripts folder of node_manager package. These scripts use the code of node_manager to simplify the maintenance. It is possible to extract the code, so it does not need the python-qt. I will try to create this script, but next week. Regards

atiderko commented 9 years ago

hi, I created a backup script, which works without qt bindings. It was not a lot of changes :-) Try it out, it is in master branch.

fmina commented 9 years ago

Thanks, I will try it and let you know :)

fmina commented 9 years ago

Works perfectly, please close the issue. Thanks :+1:

atiderko commented 9 years ago

:+1: