Skip to content

Commit

Permalink
テスト実行時にraspimouse_descriptionが見つからない問題を解決
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeKato committed Sep 20, 2023
1 parent 858426d commit 50c665b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ install(DIRECTORY
DESTINATION share/${PROJECT_NAME}/
)

ament_python_install_package(${PROJECT_NAME})
install(PROGRAMS
${PROJECT_NAME}/robot_description_loader.py
DESTINATION lib/${PROJECT_NAME})

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
Expand Down

0 comments on commit 50c665b

Please sign in to comment.