README
rqml_plugin_example
This example package can be used as a starting point for your own plugin package. In contrast to the other packages in this repository, it is licensed under MIT-0, which essentially means that you can copy this package and don’t have to give any attribution. For more information, check out LICENSE.
Setup Instructions
Copy this package and delete the
README.mdand theLICENSEfile.Rename the directory and update the name of the package in both the
package.xmland theCMakeLists.txt.Update maintainer information, license and description in the
package.xml.Rename the
ExamplePlugin.qmlin theqmldirectory to a name that fits.Update the name and metadata for your plugin in the
rqml_plugins.yaml.infile.Implement your plugin the QML file.
Build the project and resource your
install/setup.bash.Run
rqmland your plugin should be available in thePluginsmenu.