File "/home/kanazawa/vive_ws/src/jsk-ros-pkg/jsk_visualization/jsk_rqt_plugins/src/jsk_rqt_plugins/tabbed_button_general.py", line 158, in __init__
self._translator.tr("YAML files (*.yaml *.yml)"))
AttributeError: 'ServiceButtonGeneralWidget_in_tab' object has no attribute '_translator'
The argument of the super function in
tabbed_button_general.py
has been modified so that it does not cause errors.Before the modification, the following error occurred when executing the above sample, but after the modification, the inheritance of member variables required by https://github.com/jsk-ros-pkg/jsk_visualization/commit/4961b6987d3adda8eaf644c5e111cf9d225f7044 is successfully performed and the error does not occur.
cc. @ojh6404