This thread collects reports about a possible mismatch between the Fairino FRCap documentation and the plugin files exported from the robot controller WebApp.
Status
Open collection. The issue has been reported by users building custom FRCap plugins, but there is no confirmed universal fix yet.
Symptoms
- The FRCap documentation says the project should include a
public/action/folder. - After downloading/exporting a plugin from the controller WebApp, the folder is missing.
- The exported package may only contain files such as
public/logo.svgand frontend assets. - This creates confusion when trying to add backend/action logic to a custom plugin.
Known checks
- Confirm the controller software version and whether it is QX or LA.
- Check whether the plugin was created from the official template or exported from an already installed plugin.
- Compare the exported structure against the FRCap quick start documentation.
- Test with the latest controller software if possible, because FRCap tooling may differ between versions.
Please reply with
- Robot model and controller software version
- Whether the controller is QX or LA
- How the plugin was created or exported
- The folder structure you receive after export