fkie / multimaster_fkie

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

Fixed struct handling in master_discovery. #125

Closed stertingen closed 4 years ago

stertingen commented 4 years ago

As of python 3, struct.pack and struct.unpack require bytes instead of str.

This might need to be testet on python 2.