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

Minimize redundancy between roslaunch and system-modes model file #8

Open
ralph-lange opened this issue Jan 24, 2020 · 2 comments
Open
Assignees

Comments

@ralph-lange
Copy link
Contributor

For launching the nodes specified in a system-mode models file (SHM file) for control by the mode-manager, all these nodes have to be specified additionally in a launch file. This redundancy is error-prone and should be avoided or at least minimized.

One idea is to provide a convenience function for launch that launches all nodes specified in an SHM file.

@norro norro self-assigned this Feb 11, 2020
@norro
Copy link
Collaborator

norro commented Feb 13, 2020

A probably quite convenient way would be to provide a LaunchDescription that reads an SMH file and starts up all nodes and a mode-manager accordingly, see #11.
Does this sound reasonable to you, @ralph-lange?

@ralph-lange
Copy link
Contributor Author

This would require that the SMH file includes the necessary details on the packages, which nodes to deploy per OS process, ... Basically, this would make the SMH file format another launch file format. I would avoid this - despite my last sentence in the first message of this thread.

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