now launch file install properly

This commit is contained in:
2023-03-27 16:45:18 +05:30
parent 1467525ec5
commit 821e6cc0ba
+4 -4
View File
@@ -92,10 +92,10 @@ install(TARGETS
#############
## Install ##
#############
install(PROGRAMS
launch/find-pose-node.py
DESTINATION lib/${PROJECT_NAME}
)
install(DIRECTORY
launch/.
DESTINATION share/${PROJECT_NAME}/launch
)