修改目录

This commit is contained in:
lyq 2026-01-13 14:45:11 +08:00
parent 9cc4998c71
commit a115de4977

View File

@ -67,19 +67,8 @@ install(TARGETS
DESTINATION lib/${PROJECT_NAME}
)
install(
DIRECTORY config/
DESTINATION share/${PROJECT_NAME}/config
)
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# the following line skips the linter which checks for copyrights
# uncomment the line when a copyright and license is not present in all source files
#set(ament_cmake_copyright_FOUND TRUE)
# the following line skips cpplint (only works in a git repo)
# uncomment the line when this package is not in a git repo
#set(ament_cmake_cpplint_FOUND TRUE)
ament_lint_auto_find_test_dependencies()
endif()