ami-iit / yarp-openmct

Repo for YARP and OpenMCT integration.
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Add the possibility to "put" and "get" predefined panels with ready-to-use plots #151

Open nunoguedelha opened 1 year ago

nunoguedelha commented 1 year ago

The feature can be implemented in two steps. The user actions mentioned below would be performed through the client GUI on the browser.:

nunoguedelha commented 1 year ago

Allow the user to access, from the visualizer client, exported panels stored in the remote server exchange folder

The plugin implementing this behaviour could have been implemented within the openmct framework directly, next to the plugin staticRootPlugin, but we implement it in yarp-openmct for now, for not further diverging from the official openmct release, as previous fixes/developments are still to be submitted.

The implementation steps are: