Code Monkey home page Code Monkey logo

Comments (4)

xqms avatar xqms commented on July 23, 2024

Support for multiple machines is currently not planned. I'd be happy to receive PRs, though.

rosmon is mostly used in our lab in multi-master systems connected using nimbro_network - over lossy / intermittent WiFi networks. In this situation, central launching is not very useful, that's why we did not implement it so far.

We usually ssh into our robots and start a rosmon instance inside tmux. After starting, the rosmon ROS interface is used to monitor things remotely.

Do you have a particular use case in mind? Do you start multiple robots at once? Or do you just distribute nodes over machines inside one robot? I'm just curious ;-)

from rosmon.

lorenardi avatar lorenardi commented on July 23, 2024

Typically, in our lab we distribute nodes over multiple machines, so that each machine runs a set of functionalities of the robot. For example, one machine takes care of reading from the sensors, another one processes the data, etc. This allows to distribute computational resources, but also to avoid that changing something on a central machine might affect some basic functionalities of the robot. Thus, we run the robot by ssh into the master and running from it all of the nodes over the machines.

I like rosmon :) so I'd like to put some effort to make it work over multiple machines.
Hope to have some time soon to implement it!

from rosmon.

xqms avatar xqms commented on July 23, 2024

I see. In that case, it might be as easy as putting ssh user@machine in front of the executed command in src/monitor/node_monitor.cpp. But some nice characteristic rosmon features will not work, e.g. automatic core dump collection. That would require some support (rosmon runner) on the remote side as well.

from rosmon.

amilcarlucas avatar amilcarlucas commented on July 23, 2024

or you could try node_manager_fkie

from rosmon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.