Launch files not copied into share folder by catkin_make
My launch-files do not get placed into the devel/share folder also I state inside CMakeLists.txt. The 4 files are inside the src/<pkg-name>/launch folder.
# install the launch files
install(DIRECTORY launch/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch)
Try removing the last "/" in the install line.