ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Yes, This is possible. Place your shell script inside a ROS package. Use chmod to make the script executable. You can then run it from a roslaunch file similar to any node (any executable for that matter):
<node name="foo" pkg="YOUR_ROS_PACKAGE" type="YOUR_SCRIPT_NAME" />