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

Revision history [back]

click to hide/show revision 1
initial version

In principle you can put your commands in any shell script, put it in a ROS package and rosrun that or call it via roslaunch.

One thing that might prevent this from being usable is that you don't have a guarantee that your commands are executed before any others (besides executing different launch files).