ami-iit / yarp-openmct

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

Run iCub telemetry server and openMCT visualizer in one line command: Iteration 2/2 #32

Closed nunoguedelha closed 3 years ago

nunoguedelha commented 3 years ago

Implements #25 . (iteration 2/2)

nunoguedelha commented 3 years ago

The child process running the openmctStaticServer is already properly launched by the iCubTelemVizServer, such that we run everything by running "npm start" in the openmctStaticServer folder. But stopping the servers or aborting is still not working properly, I'm still working on it.

nunoguedelha commented 3 years ago

I've implemented a small improvement/simplification for handling the Node.js versions.

On top of that, the fix for properly closing the servers will be tracked in #34 , refer to https://github.com/ami-iit/yarp-openmct/issues/25#issuecomment-925238775.

So, I would consider the work complete here.

nunoguedelha commented 3 years ago

This actually simplifies the documentation. The README will be updated in #22 where also tracked the other feedback from @traversaro .

nunoguedelha commented 3 years ago

Hi @S-Dafarra , I'm adding you as a reviewer for avoiding to load @traversaro with this.