Skip to content

Commit

Permalink
Update package depends
Browse files Browse the repository at this point in the history
  • Loading branch information
RyodoTanaka committed Oct 6, 2024
1 parent 21d8fb3 commit d452807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/driver/ddt_motor_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
cmake_minimum_required(VERSION 3.5)
project(ddt_motor_driver)

find_package(ament_cmake_python REQUIRED)
find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()

ament_python_install_package(${PROJECT_NAME})


ament_auto_package(INSTALL_TO_SHARE
launch
config
Expand Down
2 changes: 2 additions & 0 deletions src/driver/ddt_motor_driver/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<license>Apache 2</license>

<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>


<test_depend>ament_lint_auto</test_depend>

Expand Down

0 comments on commit d452807

Please sign in to comment.