Skip to content

Commit

Permalink
Fix install problem of legged_controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
qiayuanl committed Feb 11, 2023
1 parent f1292ff commit 80d9194
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions legged_controllers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,8 @@ install(DIRECTORY include/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
FILES_MATCHING PATTERN "*.h"
)

# Install plugins
install(FILES legged_controllers_plugins.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

0 comments on commit 80d9194

Please sign in to comment.