Start a node from python code - rospy equivalence rosrun - rosgui qt
Hallo,
I'm writing a plugin for my rosgui in python. At the moment I'm trying to write an "pressed-button" action which starts a rosnode. I's there a python-command equivalent to "rosrun pkg node
" or the launch-command "<node name="..." pkg="..." type="...">?
Unfortunately I couldn't find something in the documentations yet.
Thanks for Help.