Jared Glover

Results 1 issues of Jared Glover

The following install command is missing from CMakeLists.txt: ``` install(DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} ) ``` Here is a diff that will fix the issue: diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f94ace..39a5e48...