Skip to content

Commit

Permalink
fix: removed unused dependency: rclpy
Browse files Browse the repository at this point in the history
  • Loading branch information
VokunGahrotLaas committed Nov 23, 2023
1 parent c36de64 commit b9469db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ find_package(ament_cmake REQUIRED)
find_package(ament_cmake_python REQUIRED)
find_package(rclcpp REQUIRED)
find_package(rclcpp_lifecycle REQUIRED)
find_package(rclpy REQUIRED)
# Python deps
find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
find_package(pybind11_vendor REQUIRED)
Expand Down Expand Up @@ -81,7 +80,6 @@ target_include_directories(${_ros2_py_impl} PRIVATE
ament_target_dependencies(${_ros2_py_impl} PUBLIC
rclcpp
rclcpp_lifecycle
rclpy
${_ros2_py_modules}
)
# __init__.py in build/ for tests
Expand Down
1 change: 0 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

<depend>rclcpp</depend>
<depend>rclcpp_lifecycle</depend>
<depend>rclpy</depend>
<depend>controller_interface</depend>
<depend>controller_manager</depend>
<depend>controller_manager_msgs</depend>
Expand Down

0 comments on commit b9469db

Please sign in to comment.