Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rosmon support #2

Open
Timple opened this issue Apr 10, 2020 · 4 comments
Open

rosmon support #2

Timple opened this issue Apr 10, 2020 · 4 comments

Comments

@Timple
Copy link

Timple commented Apr 10, 2020

We're using rosmon because it enables diagnostics for the running nodes.

Would you be interested to support rosmon next to roslaunch?

@LucidOne
Copy link
Owner

Something like?
systemctl --user start rosmon@turtlebot_bringup:minimal.launch

@Timple
Copy link
Author

Timple commented Apr 10, 2020

Exactly! That would work

@LucidOne
Copy link
Owner

I need to think about this a little more but it looks like rosmon wants to be connected to a terminal for many features. How do you see this working when systemd launches things in the background?

Potential options

  • Require GUI interface for interactive use
  • Attach rosmon console to
    • virtual terminal
    • tmux/byobu

@Timple
Copy link
Author

Timple commented Apr 12, 2020

We are launching now with these arguments:

mon launch --disable-ui --flush-stdout --name=launchfilename packagename launchfilename .launch

You loose the interactive GUI, but that's to be expected if you want to run your software as a service. The diagnostics are still available which is of main interest to us. And starting-stopping of nodes is available via a service call, so no need for a GUI there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants