When using a catkin package it is possible to start the c++ executables, that were added in the CMakeLists.txt
, using the command rosrun <package_name> <executable_name>
from anywhere on the computer.
Is there a way to add a shell script as an executable to the catkin package so that it can be called using rosrun <package_name> <script.sh>
?