ros_comm icon indicating copy to clipboard operation
ros_comm copied to clipboard

Fix get_type_and_topic_info() exception in Python3

Open KindDragon opened this issue 2 years ago • 0 comments

Calling this function in Python 3 can produce the exception "TypeError: unhashable type: 'dict_keys'", we should use proper conversion to list to fix this exception

KindDragon avatar Jul 20 '22 19:07 KindDragon