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

Revision history [back]

I'm not aware of such a characteristic in ROS, but maybe the easiest way to do it is simply with a bash script (or another kind of script) which runs the 'roslaunch' command in terminal. In my robot I have a launch file which is run automatically at the startup of the robot, and I'm doing it that way.

I'm not aware of such a characteristic in ROS, but maybe the easiest way to do it is simply with a bash script (or another kind of script) which runs the 'roslaunch' command in terminal. In my robot I have a launch file which is run automatically at the startup of the robot, and I'm doing it that way.

EDIT: I suggest you to take a look at this question: link text where there is an example script which could be valid for you.

I'm not aware of such a characteristic in ROS, but maybe the easiest way to do it is simply with a bash script (or another kind of script) which runs the 'roslaunch' command in terminal. In my robot I have a launch file which is run automatically at the startup of the robot, and I'm doing it that way.

EDIT: I suggest you to take a look at this question: link textquestion where there is an example script which could be valid for you.