Skip to content

Fix Runtime Manager GUI bug in ubuntu18.04 + ROS melodic

Fixes #2 (closed)

Fix applied

The bug occurs after accessing Myframe.Handle. Thus, I changed dir(self) to self.__dict__ on name_get and name_get_cond method in runtime_manager_dialog.py.

Merge request reports