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

Fixed key not found exception caused by wrong insert position #11

Closed sosswald closed 9 years ago

sosswald commented 9 years ago

The indices of _capabilityHeader._data and _capabilityHeader.controlWidget get out of sync when new items get inserted, causing 'key not found' exceptions in line 425.

atiderko commented 9 years ago

thank you!