ami-iit / yarp-openmct

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

Upgrade Open-MCT framework to latest official release 1.7.8 #81

Closed nunoguedelha closed 2 years ago

nunoguedelha commented 2 years ago

We upgrade the dependency Open-MCT framework to latest official release 1.7.8. This might have some impact on the API calls.

Unfortunately this new release (19th October) does not have a fix yet for https://github.com/nasa/openmct/issues/4159.

nunoguedelha commented 2 years ago

Upgraded and tested the tag 1.7.8 on the local repository doing:

git checkout 1.7.8
npm install
npm start

Then loading localhost:8080 in a browser tab. Created the telemetry item Sine Wave Generator and tried the plotting parameters: "Fixed Timespan/Local Clock", "Set Time Offset preceding/after Now", etc.

Trying now in the yarp-openmct framework...

nunoguedelha commented 2 years ago

Open MCT Upgrade procedure

  1. cd openmctStaticServer
  2. npm install --save-exact
  3. npm clean-install

Test

Test of the telemetry server in yarp-openmct repo and the visualizer successful.

nunoguedelha commented 2 years ago

In addition, integrated the visualizer interface additional plugins included with Open MCT. These are accessible and can be added to "My Items" folder through th button "CREATE".

image

The documentation on the plugins can be found in:

General Open MCT documentation:

(*) You can find a README in some of the plugin packages.