ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

I've never had much luck digging into ROSLaunchRunner.... would it be okay if you run the roslaunch file as a subprocess of the Python script? You could use os.system or subprocess.Popen with the exact roslaunch command that you want run. I've done that quite a few times successfully.