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

Enable easy launching of multiple modules from single script using roslaunch #59

Open
skugele opened this issue Jul 14, 2017 · 0 comments

Comments

@skugele
Copy link
Member

skugele commented Jul 14, 2017

Calling a script or program that spawns multiple processes from a element in a ROS launch file fails because ROS expects each to have a 1-to-1 mapping with a process.

If we don't want to structure our code to have a single script per module (which is annoying) then I think we will need to adopt a strategy similar to an earlier version of lidapy, which used command-line arguments to specify which module to launch in a multiple module script.

If someone has an alternate idea I am all ears... Otherwise, I am going to add some helper functions to lidapy to make supporting command-line arguments that launch a LIDA module easier.

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

No branches or pull requests

1 participant