xqms / rosmon

ROS node launcher & monitoring daemon
Other
180 stars 47 forks source link

rosmon: Fix installation of wrapper script in devel spaces #166

Closed xqms closed 2 years ago

xqms commented 2 years ago

Fixes issue #165. Previously, we installed the wrapper shell script via catkin_install_python(), which is obviously wrong. Just install it using install(PROGRAMS ...) instead and everything works fine in devel and install spaces.