Closed bheijden closed 3 years ago
Currently, only roslaunch.parent.ROSLaunchParent(....)
works, and roslaunch.core.Node(....)
does not.
Also, a roscore needs to be launched separately. If the is_core=True
argument in ROSLaunchParent(...)
is used (which should start a roscore), the code hangs Unable to register with master node [http://localhost:11311]: master may not be running yet. Will keep trying.
.
Perhaps useful for launching a launchfile within python.
http://wiki.ros.org/roslaunch/API%20Usage
WARNING! It might be that the roslaunch API is unstable...