33 from python_qt_binding.QtCore
import QObject, Slot
34 from rospkg
import InvalidManifest, MANIFEST_FILE, parse_manifest_file
36 from .ros_package_helper
import get_package_path
40 """Handler for the help action in the title bar of dock widgets.""" 47 package_name = plugin_descriptor.attributes()[
'package_name']
50 manifest = parse_manifest_file(package_path, MANIFEST_FILE)
51 except (InvalidManifest, IOError):
53 webbrowser.open(manifest.url)
def get_package_path(name)
def plugin_help_request(self, plugin_descriptor)