I have created some rqt plugins, but the plugin label is not shown as expected in the rqt GUI. See this image:

The first 3 plugins are homemade, the last one is the ROS standard image view plugin. Why do my own plugins appear without any label? The label is visible in the Plugins menu, but missing:
1. in the "Running" list as shown above
2. On the tab control that is dynamically created when a plugin is dropped on another.
3. At the top of the showed plugin container, where standard ROS plugins show a label.
My plugin.xml file has the format below for each plugin, and I would expect the label field to show up in the GUI as for standard plugins...?
bla bla bla. folder Bla bla bla system-help Bla bla bla.
(ROS Kinetic, Ubuntu 16.04)
↧