Use the roslaunch api to find running roslaunch processes
Is it possible to run roslaunch in the terminal and then use the roslaunch python api to find this process? Then run launch.parent.shutdown()
on it?
Not that I know of with that API.
Please see whether #q356265 provides an alternative approach.
Thanks for this. At least gets me closer!
If you could explain a little what it is your trying to achieve (so we can avoid an xy-problem), we may be able to give better answers.