rosmod / rosmct

Development of an openmct system for telemetry of ros systems
MIT License
20 stars 5 forks source link

Maintain set of RosSys connections and their details #3

Closed AWatk closed 6 years ago

AWatk commented 7 years ago

When a rosbridge shell is spawned inside a worker process, connect to it with roslib and notify the master process of connection details.

AWatk commented 7 years ago

may not need a worker process. spawn rosbridge in its own shell and connect to it with roslib within RosSys, which is then managed by the realtime server.

AWatk commented 7 years ago

now only need to handle a new RosSys, since rosbridge is handled outside of rosmct