add launch file

This commit is contained in:
Sem van der Hoeven
2023-04-17 14:46:59 +00:00
parent 396e735173
commit bf9a652c82
273 changed files with 17190 additions and 20 deletions

View File

@@ -39,6 +39,11 @@ target_include_directories(tracker_position PUBLIC
install(TARGETS tracker_position
DESTINATION lib/${PROJECT_NAME})
install(
DIRECTORY launch
DESTINATION share/${PROJECT_NAME}
)
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# the following line skips the linter which checks for copyrights