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

Revision history [back]

I'm not exactly sure what you're trying to do here, but I can think of two possible options.

A. You can make a bash script that runs roslaunch/rosrun. This file will be executable

B. You can make a small dedicated c++ application that runs the same command as the bash script above using the system() function.

Why do you need this to be started by an executable file so badly?