Parameters roslaunch from python script
Hello,
I need to run various nodes and launch files from my python script. I know there is an API in python to do it, but the example it's quite simple and I need to give some arguments (for example: where is the file to load the map).
If it isn't a way to do it, I'll do it with subprocess, but I don't know how to pass arguments with roslaunch in command line. Furthermore, doing it with subprocess is way less elegant, but it could help.
lunar
(and presumablymelodic
and beyond) has the capability to have arguments now according to http://wiki.ros.org/roslaunch/API%20U... .It would be very convenient if it could be backported.