robotology / yarp.js

JavaScript bindings for YARP!
GNU Lesser General Public License v3.0
10 stars 8 forks source link

Connect Yarp port /icubSim/inertial to Yarp.JS and OpenMCT plotting #21

Closed nunoguedelha closed 3 years ago

nunoguedelha commented 3 years ago

This PR implements the integration of a telemetry server on YarpJS for serving Open MCT telemetry visualizer.

We connect the robot interface Yarp ports to the Open MCT via the yarp.js Yarp-to-websocket server are listed below as follows:

nunoguedelha commented 3 years ago

Ciao @traversaro , I couldn't move https://github.com/dic-iit/element_software-engineering/issues/50 to this repo using "Move issue", neither with "Transfer issue". I still have no idea why it works for some repos and not others.

traversaro commented 3 years ago

Hi @nunoguedelha ! All this openmct related material is great, but I wonder if the yarp.js repo is the best place were to host it? Perhaps we can create a yarp-openmct repo, and add it there, so that we can continue to use that repo as an entrypoint for YARP-OpenMCT integration in general, even if in the future perhaps the integration will not use yarp.js at all?

nunoguedelha commented 3 years ago

Hi @traversaro , it makes sense. This means creating a repo with typically all the new files from .../yarp.js/iCubTelemetryVisualizerServer/ and YarpJS module as a dependency. I can do that. Where do we create the repo, robotology?

traversaro commented 3 years ago

Hi @traversaro , it makes sense. This means creating a repo with typically all the new files from .../yarp.js/iCubTelemetryVisualizerServer/ and YarpJS module as a dependency. I can do that. Where do we create the repo, robotology?

I created it in https://github.com/dic-iit/yarp-openmct, you have full admin access.

nunoguedelha commented 3 years ago

Thanks @traversaro !

As soon as I move the code there and open a PR, I'll close this one.

nunoguedelha commented 3 years ago

PR changes moved to https://github.com/dic-iit/yarp-openmct/pull/1.